Changeset 265 for trunk/gui/src/UI/PreferencesDialog_UI.ui
- Timestamp:
- 07/24/08 16:28:12 (5 years ago)
- Files:
-
- 1 modified
-
trunk/gui/src/UI/PreferencesDialog_UI.ui (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/src/UI/PreferencesDialog_UI.ui
r247 r265 139 139 <x>0</x> 140 140 <y>0</y> 141 <width>5 29</width>142 <height>3 41</height>141 <width>537</width> 142 <height>355</height> 143 143 </rect> 144 144 </property> … … 187 187 <x>0</x> 188 188 <y>0</y> 189 <width>5 29</width>190 <height>3 41</height>189 <width>537</width> 190 <height>355</height> 191 191 </rect> 192 192 </property> … … 215 215 <property name="text" > 216 216 <string>Restart output</string> 217 </property>218 </widget>219 <widget class="QCheckBox" name="connectDefaultsCheckBox" >220 <property name="geometry" >221 <rect>222 <x>10</x>223 <y>170</y>224 <width>291</width>225 <height>24</height>226 </rect>227 </property>228 <property name="text" >229 <string>Connect to &Default Output Pair</string>230 </property>231 <property name="shortcut" >232 <string>Alt+D</string>233 217 </property> 234 218 </widget> … … 471 455 </layout> 472 456 </widget> 473 <widget class="Q CheckBox" name="trackOutsCheckBox" >457 <widget class="QWidget" name="layoutWidget" > 474 458 <property name="geometry" > 475 459 <rect> … … 477 461 <y>190</y> 478 462 <width>291</width> 479 <height>24</height> 480 </rect> 481 </property> 482 <property name="text" > 483 <string>Track Outputs</string> 484 </property> 485 <property name="shortcut" > 486 <string>Alt+D</string> 487 </property> 463 <height>46</height> 464 </rect> 465 </property> 466 <layout class="QVBoxLayout" name="verticalLayout" > 467 <item> 468 <widget class="QCheckBox" name="connectDefaultsCheckBox" > 469 <property name="text" > 470 <string>Connect to &Default Output Pair</string> 471 </property> 472 <property name="shortcut" > 473 <string>Alt+D</string> 474 </property> 475 </widget> 476 </item> 477 <item> 478 <widget class="QCheckBox" name="trackOutsCheckBox" > 479 <property name="text" > 480 <string>Track Outputs</string> 481 </property> 482 <property name="shortcut" > 483 <string>Alt+D</string> 484 </property> 485 </widget> 486 </item> 487 </layout> 488 488 </widget> 489 489 </widget>