emptygamelistwidget.ui (3661B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>EmptyGameListWidget</class> 4 <widget class="QWidget" name="EmptyGameListWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>687</width> 10 <height>470</height> 11 </rect> 12 </property> 13 <layout class="QVBoxLayout" name="verticalLayout"> 14 <item> 15 <spacer name="verticalSpacer_2"> 16 <property name="orientation"> 17 <enum>Qt::Vertical</enum> 18 </property> 19 <property name="sizeHint" stdset="0"> 20 <size> 21 <width>20</width> 22 <height>40</height> 23 </size> 24 </property> 25 </spacer> 26 </item> 27 <item> 28 <widget class="QLabel" name="label"> 29 <property name="text"> 30 <string><html><head/><body><p><span style=" font-weight:700;">No games in supported formats were found.</span></p><p>Please add a directory with games to begin.</p><p>Game dumps in the following formats will be scanned and listed:</p></body></html></string> 31 </property> 32 <property name="alignment"> 33 <set>Qt::AlignCenter</set> 34 </property> 35 </widget> 36 </item> 37 <item> 38 <widget class="QLabel" name="supportedFormats"> 39 <property name="text"> 40 <string>TextLabel</string> 41 </property> 42 <property name="alignment"> 43 <set>Qt::AlignCenter</set> 44 </property> 45 </widget> 46 </item> 47 <item> 48 <layout class="QHBoxLayout" name="horizontalLayout"> 49 <item> 50 <spacer name="horizontalSpacer_2"> 51 <property name="orientation"> 52 <enum>Qt::Horizontal</enum> 53 </property> 54 <property name="sizeHint" stdset="0"> 55 <size> 56 <width>40</width> 57 <height>20</height> 58 </size> 59 </property> 60 </spacer> 61 </item> 62 <item> 63 <widget class="QPushButton" name="addGameDirectory"> 64 <property name="text"> 65 <string>Add Game Directory...</string> 66 </property> 67 </widget> 68 </item> 69 <item> 70 <spacer name="horizontalSpacer"> 71 <property name="orientation"> 72 <enum>Qt::Horizontal</enum> 73 </property> 74 <property name="sizeHint" stdset="0"> 75 <size> 76 <width>40</width> 77 <height>20</height> 78 </size> 79 </property> 80 </spacer> 81 </item> 82 </layout> 83 </item> 84 <item> 85 <layout class="QHBoxLayout" name="horizontalLayout_2"> 86 <item> 87 <spacer name="horizontalSpacer_3"> 88 <property name="orientation"> 89 <enum>Qt::Horizontal</enum> 90 </property> 91 <property name="sizeHint" stdset="0"> 92 <size> 93 <width>40</width> 94 <height>20</height> 95 </size> 96 </property> 97 </spacer> 98 </item> 99 <item> 100 <widget class="QPushButton" name="scanForNewGames"> 101 <property name="text"> 102 <string>Scan For New Games</string> 103 </property> 104 </widget> 105 </item> 106 <item> 107 <spacer name="horizontalSpacer_4"> 108 <property name="orientation"> 109 <enum>Qt::Horizontal</enum> 110 </property> 111 <property name="sizeHint" stdset="0"> 112 <size> 113 <width>40</width> 114 <height>20</height> 115 </size> 116 </property> 117 </spacer> 118 </item> 119 </layout> 120 </item> 121 <item> 122 <spacer name="verticalSpacer"> 123 <property name="orientation"> 124 <enum>Qt::Vertical</enum> 125 </property> 126 <property name="sizeHint" stdset="0"> 127 <size> 128 <width>20</width> 129 <height>40</height> 130 </size> 131 </property> 132 </spacer> 133 </item> 134 </layout> 135 </widget> 136 <resources/> 137 <connections/> 138 </ui>