source:
sasview/src/sas/qtgui/Utilities/UI/TabbedModelEditor.ui
@
efba188
Last change on this file since efba188 was 3b3b40b, checked in by Piotr Rozyczko <rozyczko@…>, 7 years ago | |
---|---|
|
|
File size: 1.7 KB |
Line | |
---|---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
3 | <class>TabbedModelEditor</class> |
4 | <widget class="QDialog" name="TabbedModelEditor"> |
5 | <property name="geometry"> |
6 | <rect> |
7 | <x>0</x> |
8 | <y>0</y> |
9 | <width>688</width> |
10 | <height>697</height> |
11 | </rect> |
12 | </property> |
13 | <property name="windowTitle"> |
14 | <string>Model Editor</string> |
15 | </property> |
16 | <property name="windowIcon"> |
17 | <iconset> |
18 | <normaloff>:/res/ball.ico</normaloff>:/res/ball.ico</iconset> |
19 | </property> |
20 | <layout class="QVBoxLayout" name="verticalLayout"> |
21 | <item> |
22 | <widget class="QTabWidget" name="tabWidget"> |
23 | <property name="currentIndex"> |
24 | <number>-1</number> |
25 | </property> |
26 | </widget> |
27 | </item> |
28 | <item> |
29 | <layout class="QHBoxLayout" name="horizontalLayout"> |
30 | <item> |
31 | <widget class="QPushButton" name="cmdLoad"> |
32 | <property name="text"> |
33 | <string>Load plugin...</string> |
34 | </property> |
35 | </widget> |
36 | </item> |
37 | <item> |
38 | <spacer name="horizontalSpacer"> |
39 | <property name="orientation"> |
40 | <enum>Qt::Horizontal</enum> |
41 | </property> |
42 | <property name="sizeHint" stdset="0"> |
43 | <size> |
44 | <width>40</width> |
45 | <height>20</height> |
46 | </size> |
47 | </property> |
48 | </spacer> |
49 | </item> |
50 | <item> |
51 | <widget class="QDialogButtonBox" name="buttonBox"> |
52 | <property name="orientation"> |
53 | <enum>Qt::Horizontal</enum> |
54 | </property> |
55 | <property name="standardButtons"> |
56 | <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Help</set> |
57 | </property> |
58 | </widget> |
59 | </item> |
60 | </layout> |
61 | </item> |
62 | </layout> |
63 | </widget> |
64 | <resources/> |
65 | <connections/> |
66 | </ui> |
Note: See TracBrowser
for help on using the repository browser.