Changeset f82ab8c in sasview for src/sas/qtgui/UI/TabbedFileLoadUI.ui
- Timestamp:
- Jun 29, 2016 10:04:43 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 481ff26
- Parents:
- 9e426c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/UI/TabbedFileLoadUI.ui
rf721030 rf82ab8c 8 8 <y>0</y> 9 9 <width>481</width> 10 <height>6 12</height>10 <height>620</height> 11 11 </rect> 12 12 </property> … … 88 88 <item row="0" column="0"> 89 89 <layout class="QGridLayout" name="gridLayout"> 90 <item row="0" column="0" colspan=" 3">90 <item row="0" column="0" colspan="4"> 91 91 <widget class="QTreeView" name="treeView"> 92 92 <attribute name="headerVisible"> … … 103 103 </item> 104 104 <item row="1" column="1"> 105 <widget class="QPushButton" name="cmd Delete">106 <property name="text"> 107 <string> Delete</string>105 <widget class="QPushButton" name="cmdFreeze"> 106 <property name="text"> 107 <string>Freeze</string> 108 108 </property> 109 109 </widget> … … 121 121 </property> 122 122 </spacer> 123 </item> 124 <item row="1" column="3"> 125 <widget class="QPushButton" name="cmdDeleteData"> 126 <property name="text"> 127 <string>Delete</string> 128 </property> 129 </widget> 123 130 </item> 124 131 </layout> … … 246 253 <string>Theory</string> 247 254 </attribute> 248 <layout class="QGridLayout" name="gridLayout_ 5">249 <item row="0" column="0" >255 <layout class="QGridLayout" name="gridLayout_7"> 256 <item row="0" column="0" colspan="2"> 250 257 <widget class="QGroupBox" name="groupBox_2"> 251 258 <property name="title"> … … 253 260 </property> 254 261 <layout class="QGridLayout" name="gridLayout_4"> 255 <item row="0" column="0" colspan="2">256 <widget class="QListView" name="listView">257 <property name="dragEnabled">258 <bool>true</bool>259 </property>260 <property name="dragDropMode">261 <enum>QAbstractItemView::DragDrop</enum>262 </property>263 <property name="defaultDropAction">264 <enum>Qt::LinkAction</enum>265 </property>266 </widget>267 </item>268 262 <item row="1" column="0"> 269 <widget class="QPushButton" name="cmd Freeze">270 <property name="text"> 271 <string> Freeze</string>263 <widget class="QPushButton" name="cmdDeleteTheory"> 264 <property name="text"> 265 <string>Delete</string> 272 266 </property> 273 267 </widget> … … 286 280 </spacer> 287 281 </item> 282 <item row="0" column="0" colspan="2"> 283 <widget class="QTreeView" name="freezeView"/> 284 </item> 288 285 </layout> 289 286 </widget> 287 </item> 288 <item row="1" column="0"> 289 <widget class="QGroupBox" name="groupBox_4"> 290 <property name="title"> 291 <string>Plot</string> 292 </property> 293 <layout class="QGridLayout" name="gridLayout_5"> 294 <item row="0" column="0"> 295 <widget class="QPushButton" name="cmdNew_2"> 296 <property name="text"> 297 <string>New</string> 298 </property> 299 </widget> 300 </item> 301 <item row="1" column="0"> 302 <widget class="QPushButton" name="cmdAppend_2"> 303 <property name="text"> 304 <string>Append to</string> 305 </property> 306 </widget> 307 </item> 308 <item row="1" column="1"> 309 <widget class="QComboBox" name="cbgraph_2"> 310 <property name="sizePolicy"> 311 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 312 <horstretch>0</horstretch> 313 <verstretch>0</verstretch> 314 </sizepolicy> 315 </property> 316 <property name="sizeAdjustPolicy"> 317 <enum>QComboBox::AdjustToContents</enum> 318 </property> 319 <item> 320 <property name="text"> 321 <string>Graph1</string> 322 </property> 323 </item> 324 </widget> 325 </item> 326 </layout> 327 </widget> 328 </item> 329 <item row="1" column="1"> 330 <spacer name="horizontalSpacer_6"> 331 <property name="orientation"> 332 <enum>Qt::Horizontal</enum> 333 </property> 334 <property name="sizeHint" stdset="0"> 335 <size> 336 <width>287</width> 337 <height>20</height> 338 </size> 339 </property> 340 </spacer> 290 341 </item> 291 342 </layout>
Note: See TracChangeset
for help on using the changeset viewer.