selectdiscdialog.ui (1974B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>SelectDiscDialog</class> 4 <widget class="QDialog" name="SelectDiscDialog"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>553</width> 10 <height>206</height> 11 </rect> 12 </property> 13 <property name="windowTitle"> 14 <string>Dialog</string> 15 </property> 16 <layout class="QVBoxLayout" name="verticalLayout"> 17 <item> 18 <widget class="QLabel" name="label"> 19 <property name="text"> 20 <string>Select the disc that you want to boot.</string> 21 </property> 22 </widget> 23 </item> 24 <item> 25 <widget class="QTreeWidget" name="discList"> 26 <property name="rootIsDecorated"> 27 <bool>false</bool> 28 </property> 29 <column> 30 <property name="text"> 31 <string>Disc</string> 32 </property> 33 </column> 34 <column> 35 <property name="text"> 36 <string>File Name</string> 37 </property> 38 </column> 39 <column> 40 <property name="text"> 41 <string>Last Played</string> 42 </property> 43 </column> 44 </widget> 45 </item> 46 <item> 47 <layout class="QHBoxLayout" name="horizontalLayout"> 48 <item> 49 <spacer name="horizontalSpacer"> 50 <property name="orientation"> 51 <enum>Qt::Horizontal</enum> 52 </property> 53 <property name="sizeHint" stdset="0"> 54 <size> 55 <width>40</width> 56 <height>20</height> 57 </size> 58 </property> 59 </spacer> 60 </item> 61 <item> 62 <widget class="QPushButton" name="select"> 63 <property name="text"> 64 <string>Select</string> 65 </property> 66 <property name="default"> 67 <bool>true</bool> 68 </property> 69 </widget> 70 </item> 71 <item> 72 <widget class="QPushButton" name="cancel"> 73 <property name="text"> 74 <string>Cancel</string> 75 </property> 76 </widget> 77 </item> 78 </layout> 79 </item> 80 </layout> 81 </widget> 82 <resources/> 83 <connections/> 84 </ui>