You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
94 lines
2.3 KiB
94 lines
2.3 KiB
<ui version="4.0" > |
|
<class>DeviceActionsDialogView</class> |
|
<widget class="QWidget" name="DeviceActionsDialogView" > |
|
<property name="geometry" > |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>508</width> |
|
<height>480</height> |
|
</rect> |
|
</property> |
|
<layout class="QVBoxLayout" > |
|
<property name="spacing" > |
|
<number>15</number> |
|
</property> |
|
<item> |
|
<layout class="QHBoxLayout" > |
|
<property name="spacing" > |
|
<number>20</number> |
|
</property> |
|
<item> |
|
<widget class="QLabel" name="iconLabel" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="minimumSize" > |
|
<size> |
|
<width>64</width> |
|
<height>64</height> |
|
</size> |
|
</property> |
|
<property name="maximumSize" > |
|
<size> |
|
<width>64</width> |
|
<height>64</height> |
|
</size> |
|
</property> |
|
<property name="scaledContents" > |
|
<bool>true</bool> |
|
</property> |
|
<property name="wordWrap" > |
|
<bool>false</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="textLabel1" > |
|
<property name="text" > |
|
<string>A new device has been detected.<br><b>What do you want to do?</b></string> |
|
</property> |
|
<property name="textFormat" > |
|
<enum>Qt::RichText</enum> |
|
</property> |
|
<property name="wordWrap" > |
|
<bool>false</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="descriptionLabel" > |
|
<property name="sizePolicy" > |
|
<sizepolicy vsizetype="Minimum" hsizetype="Preferred" > |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="text" > |
|
<string>...</string> |
|
</property> |
|
<property name="wordWrap" > |
|
<bool>false</bool> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QListWidget" name="actionsList" > |
|
<property name="iconSize" > |
|
<size> |
|
<width>48</width> |
|
<height>48</height> |
|
</size> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|