Ignore:
Timestamp:
Nov 10, 2017 7:24:52 AM (7 years ago)
Author:
Piotr Rozyczko <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:
f1f3e6a
Parents:
1ba88515
Message:

Updated GPUOptions for py3/qt5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.ui

    rf629e62f r1543f0c  
    77    <x>0</x> 
    88    <y>0</y> 
    9     <width>432</width> 
    10     <height>241</height> 
     9    <width>424</width> 
     10    <height>245</height> 
    1111   </rect> 
    1212  </property> 
    1313  <property name="sizePolicy"> 
    14    <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 
     14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 
    1515    <horstretch>0</horstretch> 
    1616    <verstretch>0</verstretch> 
     
    2222  <property name="windowIcon"> 
    2323   <iconset> 
    24     <normaloff>../../../UI/res/ball.ico</normaloff>../../../UI/res/ball.ico</iconset> 
     24    <normaloff>../../../../../../../../../../../Users/UI/res/ball.ico</normaloff>../../../../../../../../../../../Users/UI/res/ball.ico</iconset> 
    2525  </property> 
    26   <widget class="QWidget" name="verticalLayoutWidget_2"> 
    27    <property name="geometry"> 
    28     <rect> 
    29      <x>0</x> 
    30      <y>0</y> 
    31      <width>431</width> 
    32      <height>241</height> 
    33     </rect> 
    34    </property> 
    35    <layout class="QVBoxLayout" name="verticalLayout" stretch="5,1,0"> 
    36     <property name="sizeConstraint"> 
    37      <enum>QLayout::SetMinimumSize</enum> 
    38     </property> 
    39     <property name="margin"> 
    40      <number>10</number> 
    41     </property> 
    42     <item> 
    43      <widget class="QGroupBox" name="openCLCheckBoxGroup"> 
    44       <property name="title"> 
    45        <string>Available OpenCL Options</string> 
    46       </property> 
    47       <widget class="QWidget" name="verticalLayoutWidget"> 
    48        <property name="geometry"> 
    49         <rect> 
    50          <x>0</x> 
    51          <y>10</y> 
    52          <width>411</width> 
    53          <height>131</height> 
    54         </rect> 
     26  <layout class="QGridLayout" name="gridLayout_2"> 
     27   <item row="0" column="0"> 
     28    <layout class="QGridLayout" name="gridLayout"> 
     29     <item row="0" column="0" colspan="2"> 
     30      <widget class="QGroupBox" name="openCLCheckBoxGroup"> 
     31       <property name="sizePolicy"> 
     32        <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> 
     33         <horstretch>0</horstretch> 
     34         <verstretch>0</verstretch> 
     35        </sizepolicy> 
    5536       </property> 
    56        <layout class="QVBoxLayout" name="optionsLayout"> 
    57         <property name="sizeConstraint"> 
    58          <enum>QLayout::SetMinimumSize</enum> 
     37       <property name="minimumSize"> 
     38        <size> 
     39         <width>300</width> 
     40         <height>150</height> 
     41        </size> 
     42       </property> 
     43       <property name="title"> 
     44        <string>Available OpenCL Options</string> 
     45       </property> 
     46       <widget class="QWidget" name="verticalLayoutWidget"> 
     47        <property name="geometry"> 
     48         <rect> 
     49          <x>10</x> 
     50          <y>20</y> 
     51          <width>391</width> 
     52          <height>141</height> 
     53         </rect> 
    5954        </property> 
    60         <property name="bottomMargin"> 
    61          <number>0</number> 
    62         </property> 
    63        </layout> 
     55        <layout class="QVBoxLayout" name="optionsLayout"> 
     56         <property name="sizeConstraint"> 
     57          <enum>QLayout::SetMinimumSize</enum> 
     58         </property> 
     59         <property name="bottomMargin"> 
     60          <number>0</number> 
     61         </property> 
     62        </layout> 
     63       </widget> 
    6464      </widget> 
    65      </widget> 
    66     </item> 
    67     <item> 
    68      <widget class="QLabel" name="warningMessage"> 
    69       <property name="sizePolicy"> 
    70        <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 
    71         <horstretch>0</horstretch> 
    72         <verstretch>0</verstretch> 
    73        </sizepolicy> 
    74       </property> 
    75       <property name="font"> 
    76        <font> 
    77         <pointsize>8</pointsize> 
    78        </font> 
    79       </property> 
    80       <property name="text"> 
    81        <string>WARNING: Running tests can take a few minutes!</string> 
    82       </property> 
    83       <property name="alignment"> 
    84        <set>Qt::AlignCenter</set> 
    85       </property> 
    86      </widget> 
    87     </item> 
    88     <item> 
    89      <layout class="QHBoxLayout" name="horizontalLayout"> 
    90       <property name="sizeConstraint"> 
    91        <enum>QLayout::SetMinimumSize</enum> 
    92       </property> 
    93       <item> 
    94        <widget class="QPushButton" name="okButton"> 
    95         <property name="text"> 
    96          <string>OK</string> 
    97         </property> 
    98        </widget> 
    99       </item> 
    100       <item> 
    101        <widget class="QPushButton" name="resetButton"> 
    102         <property name="text"> 
    103          <string>Reset</string> 
    104         </property> 
    105        </widget> 
    106       </item> 
    107       <item> 
    108        <widget class="QPushButton" name="testButton"> 
    109         <property name="text"> 
    110          <string>Test</string> 
    111         </property> 
    112        </widget> 
    113       </item> 
    114       <item> 
    115        <widget class="QPushButton" name="helpButton"> 
    116         <property name="text"> 
    117          <string>Help</string> 
    118         </property> 
    119         <property name="autoDefault"> 
    120          <bool>true</bool> 
    121         </property> 
    122        </widget> 
    123       </item> 
    124      </layout> 
    125     </item> 
    126    </layout> 
    127   </widget> 
     65     </item> 
     66     <item row="2" column="1"> 
     67      <layout class="QHBoxLayout" name="horizontalLayout"> 
     68       <property name="sizeConstraint"> 
     69        <enum>QLayout::SetMinimumSize</enum> 
     70       </property> 
     71       <item> 
     72        <widget class="QPushButton" name="okButton"> 
     73         <property name="text"> 
     74          <string>OK</string> 
     75         </property> 
     76        </widget> 
     77       </item> 
     78       <item> 
     79        <widget class="QPushButton" name="resetButton"> 
     80         <property name="text"> 
     81          <string>Reset</string> 
     82         </property> 
     83        </widget> 
     84       </item> 
     85       <item> 
     86        <widget class="QPushButton" name="testButton"> 
     87         <property name="text"> 
     88          <string>Test</string> 
     89         </property> 
     90        </widget> 
     91       </item> 
     92       <item> 
     93        <widget class="QPushButton" name="helpButton"> 
     94         <property name="text"> 
     95          <string>Help</string> 
     96         </property> 
     97         <property name="autoDefault"> 
     98          <bool>true</bool> 
     99         </property> 
     100        </widget> 
     101       </item> 
     102      </layout> 
     103     </item> 
     104     <item row="2" column="0"> 
     105      <spacer name="horizontalSpacer"> 
     106       <property name="orientation"> 
     107        <enum>Qt::Horizontal</enum> 
     108       </property> 
     109       <property name="sizeHint" stdset="0"> 
     110        <size> 
     111         <width>78</width> 
     112         <height>20</height> 
     113        </size> 
     114       </property> 
     115      </spacer> 
     116     </item> 
     117     <item row="1" column="0" colspan="2"> 
     118      <widget class="QLabel" name="warningMessage"> 
     119       <property name="sizePolicy"> 
     120        <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> 
     121         <horstretch>0</horstretch> 
     122         <verstretch>0</verstretch> 
     123        </sizepolicy> 
     124       </property> 
     125       <property name="font"> 
     126        <font> 
     127         <pointsize>8</pointsize> 
     128        </font> 
     129       </property> 
     130       <property name="text"> 
     131        <string>WARNING: Running tests can take a few minutes!</string> 
     132       </property> 
     133       <property name="alignment"> 
     134        <set>Qt::AlignCenter</set> 
     135       </property> 
     136      </widget> 
     137     </item> 
     138    </layout> 
     139   </item> 
     140  </layout> 
    128141 </widget> 
    129142 <resources/> 
    130143 <connections> 
     144  <connection> 
     145   <sender>resetButton</sender> 
     146   <signal>clicked()</signal> 
     147   <receiver>GPUOptions</receiver> 
     148   <slot>reject()</slot> 
     149   <hints> 
     150    <hint type="sourcelabel"> 
     151     <x>266</x> 
     152     <y>183</y> 
     153    </hint> 
     154    <hint type="destinationlabel"> 
     155     <x>219</x> 
     156     <y>88</y> 
     157    </hint> 
     158   </hints> 
     159  </connection> 
    131160  <connection> 
    132161   <sender>okButton</sender> 
     
    145174   </hints> 
    146175  </connection> 
    147   <connection> 
    148    <sender>resetButton</sender> 
    149    <signal>clicked()</signal> 
    150    <receiver>GPUOptions</receiver> 
    151    <slot>reject()</slot> 
    152    <hints> 
    153     <hint type="sourcelabel"> 
    154      <x>266</x> 
    155      <y>183</y> 
    156     </hint> 
    157     <hint type="destinationlabel"> 
    158      <x>219</x> 
    159      <y>88</y> 
    160     </hint> 
    161    </hints> 
    162   </connection> 
    163176 </connections> 
    164177</ui> 
Note: See TracChangeset for help on using the changeset viewer.