gamelistsettingswidget.ui (6793B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 3 <class>GameListSettingsWidget</class> 4 <widget class="QWidget" name="GameListSettingsWidget"> 5 <property name="geometry"> 6 <rect> 7 <x>0</x> 8 <y>0</y> 9 <width>532</width> 10 <height>376</height> 11 </rect> 12 </property> 13 <layout class="QVBoxLayout" name="verticalLayout" stretch="0,2,0,1,0"> 14 <property name="leftMargin"> 15 <number>0</number> 16 </property> 17 <property name="topMargin"> 18 <number>0</number> 19 </property> 20 <property name="rightMargin"> 21 <number>0</number> 22 </property> 23 <property name="bottomMargin"> 24 <number>0</number> 25 </property> 26 <item> 27 <layout class="QHBoxLayout" name="horizontalLayout_2"> 28 <item> 29 <widget class="QLabel" name="label"> 30 <property name="text"> 31 <string>Search Directories (will be scanned for games)</string> 32 </property> 33 </widget> 34 </item> 35 <item> 36 <spacer name="horizontalSpacer_2"> 37 <property name="orientation"> 38 <enum>Qt::Horizontal</enum> 39 </property> 40 <property name="sizeHint" stdset="0"> 41 <size> 42 <width>40</width> 43 <height>20</height> 44 </size> 45 </property> 46 </spacer> 47 </item> 48 <item> 49 <widget class="QToolButton" name="addSearchDirectoryButton"> 50 <property name="sizePolicy"> 51 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 52 <horstretch>0</horstretch> 53 <verstretch>0</verstretch> 54 </sizepolicy> 55 </property> 56 <property name="text"> 57 <string>Add</string> 58 </property> 59 <property name="icon"> 60 <iconset theme="folder-add-line"/> 61 </property> 62 <property name="toolButtonStyle"> 63 <enum>Qt::ToolButtonTextBesideIcon</enum> 64 </property> 65 </widget> 66 </item> 67 <item> 68 <widget class="QToolButton" name="removeSearchDirectoryButton"> 69 <property name="sizePolicy"> 70 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 71 <horstretch>0</horstretch> 72 <verstretch>0</verstretch> 73 </sizepolicy> 74 </property> 75 <property name="text"> 76 <string>Remove</string> 77 </property> 78 <property name="icon"> 79 <iconset theme="folder-reduce-line"/> 80 </property> 81 <property name="toolButtonStyle"> 82 <enum>Qt::ToolButtonTextBesideIcon</enum> 83 </property> 84 </widget> 85 </item> 86 </layout> 87 </item> 88 <item> 89 <widget class="QTableWidget" name="searchDirectoryList"> 90 <column> 91 <property name="text"> 92 <string>Search Directory</string> 93 </property> 94 </column> 95 <column> 96 <property name="text"> 97 <string>Scan Recursively</string> 98 </property> 99 </column> 100 </widget> 101 </item> 102 <item> 103 <layout class="QHBoxLayout" name="horizontalLayout_3"> 104 <item> 105 <widget class="QLabel" name="label_2"> 106 <property name="text"> 107 <string>Excluded Paths (will not be scanned)</string> 108 </property> 109 </widget> 110 </item> 111 <item> 112 <spacer name="horizontalSpacer_3"> 113 <property name="orientation"> 114 <enum>Qt::Horizontal</enum> 115 </property> 116 <property name="sizeHint" stdset="0"> 117 <size> 118 <width>40</width> 119 <height>20</height> 120 </size> 121 </property> 122 </spacer> 123 </item> 124 <item> 125 <widget class="QToolButton" name="addExcludedFile"> 126 <property name="sizePolicy"> 127 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 128 <horstretch>0</horstretch> 129 <verstretch>0</verstretch> 130 </sizepolicy> 131 </property> 132 <property name="text"> 133 <string>File...</string> 134 </property> 135 <property name="icon"> 136 <iconset theme="file-add-line"/> 137 </property> 138 <property name="toolButtonStyle"> 139 <enum>Qt::ToolButtonTextBesideIcon</enum> 140 </property> 141 </widget> 142 </item> 143 <item> 144 <widget class="QToolButton" name="addExcludedFolder"> 145 <property name="sizePolicy"> 146 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 147 <horstretch>0</horstretch> 148 <verstretch>0</verstretch> 149 </sizepolicy> 150 </property> 151 <property name="text"> 152 <string>Folder...</string> 153 </property> 154 <property name="icon"> 155 <iconset theme="folder-add-line"/> 156 </property> 157 <property name="toolButtonStyle"> 158 <enum>Qt::ToolButtonTextBesideIcon</enum> 159 </property> 160 </widget> 161 </item> 162 <item> 163 <widget class="QToolButton" name="removeExcludedPath"> 164 <property name="sizePolicy"> 165 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 166 <horstretch>0</horstretch> 167 <verstretch>0</verstretch> 168 </sizepolicy> 169 </property> 170 <property name="text"> 171 <string>Remove</string> 172 </property> 173 <property name="icon"> 174 <iconset theme="folder-reduce-line"/> 175 </property> 176 <property name="toolButtonStyle"> 177 <enum>Qt::ToolButtonTextBesideIcon</enum> 178 </property> 179 </widget> 180 </item> 181 </layout> 182 </item> 183 <item> 184 <widget class="QListWidget" name="excludedPaths"/> 185 </item> 186 <item> 187 <layout class="QHBoxLayout" name="horizontalLayout"> 188 <item> 189 <spacer name="horizontalSpacer"> 190 <property name="orientation"> 191 <enum>Qt::Horizontal</enum> 192 </property> 193 <property name="sizeHint" stdset="0"> 194 <size> 195 <width>40</width> 196 <height>20</height> 197 </size> 198 </property> 199 </spacer> 200 </item> 201 <item> 202 <widget class="QPushButton" name="scanForNewGames"> 203 <property name="sizePolicy"> 204 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 205 <horstretch>0</horstretch> 206 <verstretch>0</verstretch> 207 </sizepolicy> 208 </property> 209 <property name="text"> 210 <string>Scan For New Games</string> 211 </property> 212 <property name="icon"> 213 <iconset theme="mag-line"/> 214 </property> 215 </widget> 216 </item> 217 <item> 218 <widget class="QPushButton" name="rescanAllGames"> 219 <property name="sizePolicy"> 220 <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> 221 <horstretch>0</horstretch> 222 <verstretch>0</verstretch> 223 </sizepolicy> 224 </property> 225 <property name="text"> 226 <string>Rescan All Games</string> 227 </property> 228 <property name="icon"> 229 <iconset theme="refresh-line"/> 230 </property> 231 </widget> 232 </item> 233 </layout> 234 </item> 235 </layout> 236 </widget> 237 <resources> 238 <include location="resources/resources.qrc"/> 239 </resources> 240 <connections/> 241 </ui>