source: sasview/src/sas/qtgui/Perspectives/Fitting/UI/GPUOptionsUI.ui @ 06ce180

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalc
Last change on this file since 06ce180 was 06ce180, checked in by krzywon, 7 years ago

Basic GPU options window created and GUI hooks added to Fitting menu.

  • Property mode set to 100644
File size: 1.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>GPUOptions</class>
4 <widget class="QDialog" name="GPUOptions">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>440</width>
10    <height>163</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dialog</string>
15  </property>
16  <widget class="QPushButton" name="pushButton">
17   <property name="geometry">
18    <rect>
19     <x>220</x>
20     <y>110</y>
21     <width>93</width>
22     <height>28</height>
23    </rect>
24   </property>
25   <property name="text">
26    <string>Test</string>
27   </property>
28  </widget>
29  <widget class="QDialogButtonBox" name="TestButton">
30   <property name="geometry">
31    <rect>
32     <x>20</x>
33     <y>110</y>
34     <width>193</width>
35     <height>28</height>
36    </rect>
37   </property>
38   <property name="standardButtons">
39    <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
40   </property>
41  </widget>
42  <widget class="QPushButton" name="pushButton_2">
43   <property name="geometry">
44    <rect>
45     <x>320</x>
46     <y>110</y>
47     <width>93</width>
48     <height>28</height>
49    </rect>
50   </property>
51   <property name="text">
52    <string>Reset</string>
53   </property>
54  </widget>
55  <widget class="QWidget" name="gridLayoutWidget">
56   <property name="geometry">
57    <rect>
58     <x>20</x>
59     <y>10</y>
60     <width>391</width>
61     <height>91</height>
62    </rect>
63   </property>
64   <layout class="QGridLayout" name="OpenCLDialogOptionsSection">
65    <item row="0" column="0">
66     <widget class="QRadioButton" name="AvailableOpenCLOptions">
67      <property name="text">
68       <string>None</string>
69      </property>
70      <property name="checked">
71       <bool>true</bool>
72      </property>
73     </widget>
74    </item>
75   </layout>
76  </widget>
77 </widget>
78 <resources/>
79 <connections/>
80</ui>
Note: See TracBrowser for help on using the repository browser.