Changeset 481ff26 in sasview for src/sas/qtgui/UI/DataExplorerUI.ui


Ignore:
Timestamp:
Jul 4, 2016 5:32:49 AM (8 years ago)
Author:
Piotr Rozyczko <piotr.rozyczko@…>
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:
f0f309d
Parents:
f82ab8c
Message:

Modified Data Explorer slightly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/UI/DataExplorerUI.ui

    rf721030 r481ff26  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<ui version="4.0"> 
    3  <class>DataExplorerUI</class> 
    4  <widget class="QDialog" name="DataExplorerUI"> 
     3 <class>DataLoadWidget</class> 
     4 <widget class="QTabWidget" name="DataLoadWidget"> 
    55  <property name="geometry"> 
    66   <rect> 
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>454</width> 
    10     <height>577</height> 
     9    <width>517</width> 
     10    <height>693</height> 
    1111   </rect> 
    1212  </property> 
     13  <property name="sizePolicy"> 
     14   <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> 
     15    <horstretch>0</horstretch> 
     16    <verstretch>0</verstretch> 
     17   </sizepolicy> 
     18  </property> 
    1319  <property name="windowTitle"> 
    14    <string>Dialog</string> 
     20   <string>TabWidget</string> 
    1521  </property> 
    16   <layout class="QGridLayout" name="gridLayout_4"> 
    17    <item row="0" column="0"> 
    18     <widget class="QLabel" name="label"> 
    19      <property name="text"> 
    20       <string>Selection Options</string> 
    21      </property> 
    22     </widget> 
    23    </item> 
    24    <item row="1" column="0"> 
    25     <widget class="QComboBox" name="comboBox"> 
    26      <item> 
    27       <property name="text"> 
    28        <string>Select all</string> 
     22  <property name="windowIcon"> 
     23   <iconset resource="main_resources.qrc"> 
     24    <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> 
     25  </property> 
     26  <property name="currentIndex"> 
     27   <number>0</number> 
     28  </property> 
     29  <widget class="QWidget" name="dataTab"> 
     30   <attribute name="title"> 
     31    <string>Data</string> 
     32   </attribute> 
     33   <layout class="QGridLayout" name="gridLayout_6"> 
     34    <item row="0" column="0"> 
     35     <widget class="QGroupBox" name="groupBox"> 
     36      <property name="title"> 
     37       <string>Data</string> 
    2938      </property> 
    30      </item> 
    31      <item> 
    32       <property name="text"> 
    33        <string>Unselect all</string> 
    34       </property> 
    35      </item> 
    36      <item> 
    37       <property name="text"> 
    38        <string>Select all 1D</string> 
    39       </property> 
    40      </item> 
    41      <item> 
    42       <property name="text"> 
    43        <string>Unselect all 1D</string> 
    44       </property> 
    45      </item> 
    46      <item> 
    47       <property name="text"> 
    48        <string>Select all 2D</string> 
    49       </property> 
    50      </item> 
    51      <item> 
    52       <property name="text"> 
    53        <string>Unselect all 2D</string> 
    54       </property> 
    55      </item> 
    56     </widget> 
    57    </item> 
    58    <item row="1" column="1"> 
    59     <spacer name="horizontalSpacer_2"> 
    60      <property name="orientation"> 
    61       <enum>Qt::Horizontal</enum> 
    62      </property> 
    63      <property name="sizeHint" stdset="0"> 
    64       <size> 
    65        <width>278</width> 
    66        <height>20</height> 
    67       </size> 
    68      </property> 
    69     </spacer> 
    70    </item> 
    71    <item row="2" column="0" colspan="2"> 
    72     <widget class="QGroupBox" name="groupBox"> 
    73      <property name="title"> 
    74       <string>Data</string> 
    75      </property> 
    76      <layout class="QGridLayout" name="gridLayout"> 
     39      <layout class="QGridLayout" name="gridLayout"> 
     40       <item row="0" column="0"> 
     41        <layout class="QHBoxLayout" name="horizontalLayout_2"> 
     42         <item> 
     43          <widget class="QPushButton" name="cmdLoad"> 
     44           <property name="text"> 
     45            <string>Load</string> 
     46           </property> 
     47          </widget> 
     48         </item> 
     49         <item> 
     50          <widget class="QComboBox" name="cbSelect"> 
     51           <property name="sizePolicy"> 
     52            <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 
     53             <horstretch>0</horstretch> 
     54             <verstretch>0</verstretch> 
     55            </sizepolicy> 
     56           </property> 
     57           <item> 
     58            <property name="text"> 
     59             <string>Select all</string> 
     60            </property> 
     61           </item> 
     62           <item> 
     63            <property name="text"> 
     64             <string>Unselect all</string> 
     65            </property> 
     66           </item> 
     67           <item> 
     68            <property name="text"> 
     69             <string>Select all 1D</string> 
     70            </property> 
     71           </item> 
     72           <item> 
     73            <property name="text"> 
     74             <string>Unselect all 1D</string> 
     75            </property> 
     76           </item> 
     77           <item> 
     78            <property name="text"> 
     79             <string>Select all 2D</string> 
     80            </property> 
     81           </item> 
     82           <item> 
     83            <property name="text"> 
     84             <string>Unselect all 2D</string> 
     85            </property> 
     86           </item> 
     87          </widget> 
     88         </item> 
     89         <item> 
     90          <spacer name="horizontalSpacer_7"> 
     91           <property name="orientation"> 
     92            <enum>Qt::Horizontal</enum> 
     93           </property> 
     94           <property name="sizeHint" stdset="0"> 
     95            <size> 
     96             <width>128</width> 
     97             <height>20</height> 
     98            </size> 
     99           </property> 
     100          </spacer> 
     101         </item> 
     102         <item> 
     103          <widget class="QPushButton" name="cmdDeleteData"> 
     104           <property name="text"> 
     105            <string>Delete</string> 
     106           </property> 
     107          </widget> 
     108         </item> 
     109        </layout> 
     110       </item> 
     111       <item row="1" column="0"> 
     112        <widget class="QTreeView" name="treeView"> 
     113         <property name="acceptDrops"> 
     114          <bool>true</bool> 
     115         </property> 
     116         <property name="editTriggers"> 
     117          <set>QAbstractItemView::NoEditTriggers</set> 
     118         </property> 
     119         <property name="dragEnabled"> 
     120          <bool>true</bool> 
     121         </property> 
     122         <property name="dragDropOverwriteMode"> 
     123          <bool>true</bool> 
     124         </property> 
     125         <property name="dragDropMode"> 
     126          <enum>QAbstractItemView::DropOnly</enum> 
     127         </property> 
     128         <property name="defaultDropAction"> 
     129          <enum>Qt::CopyAction</enum> 
     130         </property> 
     131         <property name="selectionMode"> 
     132          <enum>QAbstractItemView::ExtendedSelection</enum> 
     133         </property> 
     134         <attribute name="headerVisible"> 
     135          <bool>false</bool> 
     136         </attribute> 
     137        </widget> 
     138       </item> 
     139       <item row="2" column="0"> 
     140        <layout class="QHBoxLayout" name="horizontalLayout"> 
     141         <item> 
     142          <widget class="QPushButton" name="cmdFreeze"> 
     143           <property name="text"> 
     144            <string>Freeze Theory</string> 
     145           </property> 
     146          </widget> 
     147         </item> 
     148         <item> 
     149          <spacer name="horizontalSpacer"> 
     150           <property name="orientation"> 
     151            <enum>Qt::Horizontal</enum> 
     152           </property> 
     153           <property name="sizeHint" stdset="0"> 
     154            <size> 
     155             <width>58</width> 
     156             <height>20</height> 
     157            </size> 
     158           </property> 
     159          </spacer> 
     160         </item> 
     161         <item> 
     162          <widget class="QToolButton" name="cmdSendTo"> 
     163           <property name="text"> 
     164            <string>...</string> 
     165           </property> 
     166           <property name="icon"> 
     167            <iconset resource="main_resources.qrc"> 
     168             <normaloff>:/res/file_send-128.png</normaloff>:/res/file_send-128.png</iconset> 
     169           </property> 
     170           <property name="iconSize"> 
     171            <size> 
     172             <width>32</width> 
     173             <height>32</height> 
     174            </size> 
     175           </property> 
     176          </widget> 
     177         </item> 
     178         <item> 
     179          <widget class="QComboBox" name="cbFitting"> 
     180           <property name="sizePolicy"> 
     181            <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 
     182             <horstretch>0</horstretch> 
     183             <verstretch>0</verstretch> 
     184            </sizepolicy> 
     185           </property> 
     186           <property name="sizeAdjustPolicy"> 
     187            <enum>QComboBox::AdjustToContents</enum> 
     188           </property> 
     189           <item> 
     190            <property name="text"> 
     191             <string>Fitting</string> 
     192            </property> 
     193           </item> 
     194           <item> 
     195            <property name="text"> 
     196             <string>Pr inversion</string> 
     197            </property> 
     198           </item> 
     199           <item> 
     200            <property name="text"> 
     201             <string>Invariant</string> 
     202            </property> 
     203           </item> 
     204          </widget> 
     205         </item> 
     206         <item> 
     207          <widget class="QCheckBox" name="chkBatch"> 
     208           <property name="text"> 
     209            <string>Batch mode</string> 
     210           </property> 
     211          </widget> 
     212         </item> 
     213        </layout> 
     214       </item> 
     215      </layout> 
     216     </widget> 
     217    </item> 
     218    <item row="1" column="0"> 
     219     <layout class="QGridLayout" name="gridLayout_2"> 
    77220      <item row="0" column="0"> 
    78        <widget class="QTreeView" name="treeView"> 
    79         <property name="dragEnabled"> 
    80          <bool>true</bool> 
    81         </property> 
    82         <property name="dragDropMode"> 
    83          <enum>QAbstractItemView::DragDrop</enum> 
    84         </property> 
    85         <property name="defaultDropAction"> 
    86          <enum>Qt::CopyAction</enum> 
    87         </property> 
    88         <property name="selectionMode"> 
    89          <enum>QAbstractItemView::ExtendedSelection</enum> 
    90         </property> 
     221       <widget class="QGroupBox" name="groupBox_3"> 
     222        <property name="title"> 
     223         <string>Plot</string> 
     224        </property> 
     225        <layout class="QGridLayout" name="gridLayout_3"> 
     226         <item row="0" column="0"> 
     227          <widget class="QPushButton" name="cmdNew"> 
     228           <property name="text"> 
     229            <string>Create New</string> 
     230           </property> 
     231          </widget> 
     232         </item> 
     233         <item row="1" column="0"> 
     234          <widget class="QPushButton" name="cmdAppend"> 
     235           <property name="text"> 
     236            <string>Append to</string> 
     237           </property> 
     238          </widget> 
     239         </item> 
     240         <item row="1" column="1"> 
     241          <widget class="QComboBox" name="cbgraph"> 
     242           <property name="sizePolicy"> 
     243            <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 
     244             <horstretch>0</horstretch> 
     245             <verstretch>0</verstretch> 
     246            </sizepolicy> 
     247           </property> 
     248           <property name="sizeAdjustPolicy"> 
     249            <enum>QComboBox::AdjustToContents</enum> 
     250           </property> 
     251           <item> 
     252            <property name="text"> 
     253             <string>Graph1</string> 
     254            </property> 
     255           </item> 
     256          </widget> 
     257         </item> 
     258        </layout> 
    91259       </widget> 
    92260      </item> 
    93261      <item row="0" column="1"> 
    94        <layout class="QVBoxLayout" name="verticalLayout"> 
    95         <item> 
    96          <widget class="QPushButton" name="pushButton"> 
    97           <property name="text"> 
    98            <string>Load</string> 
    99           </property> 
    100          </widget> 
    101         </item> 
    102         <item> 
    103          <widget class="QPushButton" name="pushButton_2"> 
    104           <property name="text"> 
    105            <string>Delete</string> 
    106           </property> 
    107          </widget> 
    108         </item> 
    109         <item> 
    110          <spacer name="verticalSpacer_2"> 
    111           <property name="orientation"> 
    112            <enum>Qt::Vertical</enum> 
    113           </property> 
    114           <property name="sizeHint" stdset="0"> 
    115            <size> 
    116             <width>20</width> 
    117             <height>141</height> 
    118            </size> 
    119           </property> 
    120          </spacer> 
    121         </item> 
    122        </layout> 
    123       </item> 
    124       <item row="1" column="0" colspan="2"> 
    125        <layout class="QHBoxLayout" name="horizontalLayout"> 
    126         <item> 
    127          <widget class="QPushButton" name="pushButton_6"> 
    128           <property name="text"> 
    129            <string>Send to</string> 
    130           </property> 
    131          </widget> 
    132         </item> 
    133         <item> 
    134          <widget class="QComboBox" name="comboBox_3"> 
    135           <property name="sizePolicy"> 
    136            <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 
    137             <horstretch>0</horstretch> 
    138             <verstretch>0</verstretch> 
    139            </sizepolicy> 
    140           </property> 
    141           <item> 
    142            <property name="text"> 
    143             <string>Fitting</string> 
    144            </property> 
    145           </item> 
    146           <item> 
    147            <property name="text"> 
    148             <string>Pr inversion</string> 
    149            </property> 
    150           </item> 
    151           <item> 
    152            <property name="text"> 
    153             <string>Invariant</string> 
    154            </property> 
    155           </item> 
    156          </widget> 
    157         </item> 
    158         <item> 
    159          <widget class="QCheckBox" name="checkBox"> 
    160           <property name="text"> 
    161            <string>Batch mode</string> 
    162           </property> 
    163          </widget> 
    164         </item> 
    165         <item> 
    166          <spacer name="horizontalSpacer"> 
    167           <property name="orientation"> 
    168            <enum>Qt::Horizontal</enum> 
    169           </property> 
    170           <property name="sizeHint" stdset="0"> 
    171            <size> 
    172             <width>197</width> 
    173             <height>20</height> 
    174            </size> 
    175           </property> 
    176          </spacer> 
    177         </item> 
    178        </layout> 
    179       </item> 
    180      </layout> 
    181     </widget> 
    182    </item> 
    183    <item row="3" column="0" colspan="2"> 
    184     <widget class="QGroupBox" name="groupBox_2"> 
    185      <property name="title"> 
    186       <string>Theory</string> 
    187      </property> 
    188      <layout class="QGridLayout" name="gridLayout_2"> 
    189       <item row="0" column="0" rowspan="2"> 
    190        <widget class="QListView" name="listView"/> 
    191       </item> 
    192       <item row="0" column="1"> 
    193        <widget class="QPushButton" name="pushButton_3"> 
    194         <property name="text"> 
    195          <string>Freeze</string> 
    196         </property> 
    197        </widget> 
    198       </item> 
    199       <item row="1" column="1"> 
    200        <spacer name="verticalSpacer"> 
     262       <spacer name="horizontalSpacer_3"> 
    201263        <property name="orientation"> 
    202          <enum>Qt::Vertical</enum> 
     264         <enum>Qt::Horizontal</enum> 
    203265        </property> 
    204266        <property name="sizeHint" stdset="0"> 
    205267         <size> 
    206           <width>20</width> 
    207           <height>198</height> 
     268          <width>108</width> 
     269          <height>111</height> 
    208270         </size> 
    209271        </property> 
    210272       </spacer> 
    211273      </item> 
     274      <item row="0" column="2" alignment="Qt::AlignBottom"> 
     275       <widget class="QPushButton" name="cmdHelp"> 
     276        <property name="text"> 
     277         <string>Help</string> 
     278        </property> 
     279       </widget> 
     280      </item> 
    212281     </layout> 
    213     </widget> 
    214    </item> 
    215    <item row="4" column="0"> 
    216     <widget class="QGroupBox" name="groupBox_3"> 
    217      <property name="title"> 
    218       <string>Plot</string> 
    219      </property> 
    220      <layout class="QGridLayout" name="gridLayout_3"> 
     282    </item> 
     283   </layout> 
     284  </widget> 
     285  <widget class="QWidget" name="theoryTab"> 
     286   <attribute name="title"> 
     287    <string>Theory</string> 
     288   </attribute> 
     289   <layout class="QGridLayout" name="gridLayout_8"> 
     290    <item row="0" column="0"> 
     291     <widget class="QGroupBox" name="groupBox_2"> 
     292      <property name="title"> 
     293       <string>Theory</string> 
     294      </property> 
     295      <layout class="QGridLayout" name="gridLayout_4"> 
     296       <item row="0" column="0"> 
     297        <layout class="QHBoxLayout" name="horizontalLayout_3"> 
     298         <item> 
     299          <spacer name="horizontalSpacer_5"> 
     300           <property name="orientation"> 
     301            <enum>Qt::Horizontal</enum> 
     302           </property> 
     303           <property name="sizeHint" stdset="0"> 
     304            <size> 
     305             <width>353</width> 
     306             <height>20</height> 
     307            </size> 
     308           </property> 
     309          </spacer> 
     310         </item> 
     311         <item> 
     312          <widget class="QPushButton" name="cmdDeleteTheory"> 
     313           <property name="text"> 
     314            <string>Delete</string> 
     315           </property> 
     316          </widget> 
     317         </item> 
     318        </layout> 
     319       </item> 
     320       <item row="1" column="0"> 
     321        <widget class="QTreeView" name="freezeView"> 
     322         <attribute name="headerVisible"> 
     323          <bool>false</bool> 
     324         </attribute> 
     325        </widget> 
     326       </item> 
     327      </layout> 
     328     </widget> 
     329    </item> 
     330    <item row="1" column="0"> 
     331     <layout class="QGridLayout" name="gridLayout_5"> 
    221332      <item row="0" column="0"> 
    222        <widget class="QPushButton" name="pushButton_4"> 
     333       <widget class="QGroupBox" name="groupBox_4"> 
     334        <property name="title"> 
     335         <string>Plot</string> 
     336        </property> 
     337        <layout class="QGridLayout" name="gridLayout_7"> 
     338         <item row="0" column="0"> 
     339          <widget class="QPushButton" name="cmdNew_2"> 
     340           <property name="text"> 
     341            <string>Create New</string> 
     342           </property> 
     343          </widget> 
     344         </item> 
     345         <item row="1" column="0"> 
     346          <widget class="QPushButton" name="cmdAppend_2"> 
     347           <property name="text"> 
     348            <string>Append to</string> 
     349           </property> 
     350          </widget> 
     351         </item> 
     352         <item row="1" column="1"> 
     353          <widget class="QComboBox" name="cbgraph_2"> 
     354           <property name="sizePolicy"> 
     355            <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> 
     356             <horstretch>0</horstretch> 
     357             <verstretch>0</verstretch> 
     358            </sizepolicy> 
     359           </property> 
     360           <property name="sizeAdjustPolicy"> 
     361            <enum>QComboBox::AdjustToContents</enum> 
     362           </property> 
     363           <item> 
     364            <property name="text"> 
     365             <string>Graph1</string> 
     366            </property> 
     367           </item> 
     368          </widget> 
     369         </item> 
     370        </layout> 
     371       </widget> 
     372      </item> 
     373      <item row="0" column="1"> 
     374       <spacer name="horizontalSpacer_4"> 
     375        <property name="orientation"> 
     376         <enum>Qt::Horizontal</enum> 
     377        </property> 
     378        <property name="sizeHint" stdset="0"> 
     379         <size> 
     380          <width>108</width> 
     381          <height>111</height> 
     382         </size> 
     383        </property> 
     384       </spacer> 
     385      </item> 
     386      <item row="0" column="2" alignment="Qt::AlignBottom"> 
     387       <widget class="QPushButton" name="cmdHelp_2"> 
    223388        <property name="text"> 
    224          <string>New</string> 
     389         <string>Help</string> 
    225390        </property> 
    226391       </widget> 
    227392      </item> 
    228       <item row="1" column="0"> 
    229        <widget class="QPushButton" name="pushButton_5"> 
    230         <property name="text"> 
    231          <string>Append to</string> 
    232         </property> 
    233        </widget> 
    234       </item> 
    235       <item row="1" column="1"> 
    236        <widget class="QComboBox" name="comboBox_2"> 
    237         <property name="sizePolicy"> 
    238          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> 
    239           <horstretch>0</horstretch> 
    240           <verstretch>0</verstretch> 
    241          </sizepolicy> 
    242         </property> 
    243         <item> 
    244          <property name="text"> 
    245           <string>Graph1</string> 
    246          </property> 
    247         </item> 
    248        </widget> 
    249       </item> 
    250393     </layout> 
    251     </widget> 
    252    </item> 
    253   </layout> 
    254   <zorder>groupBox_3</zorder> 
    255   <zorder>groupBox_2</zorder> 
    256   <zorder>groupBox</zorder> 
    257   <zorder>comboBox</zorder> 
    258   <zorder>label</zorder> 
    259   <zorder>horizontalSpacer_2</zorder> 
     394    </item> 
     395   </layout> 
     396  </widget> 
    260397 </widget> 
    261  <resources/> 
     398 <resources> 
     399  <include location="main_resources.qrc"/> 
     400 </resources> 
    262401 <connections/> 
    263402</ui> 
Note: See TracChangeset for help on using the changeset viewer.