Salome HOME
Merge relevant changes from V8_0_0_BR branch
[modules/paravis.git] / test / standalone / gui / ui / view_tab.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ViewTab</class>
4  <widget class="QWidget" name="ViewTab">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>550</width>
10     <height>620</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QFrame" name="frameButtons">
19      <property name="frameShape">
20       <enum>QFrame::StyledPanel</enum>
21      </property>
22      <property name="frameShadow">
23       <enum>QFrame::Raised</enum>
24      </property>
25      <layout class="QVBoxLayout" name="verticalLayout">
26       <item>
27        <spacer name="verticalSpacer_2">
28         <property name="orientation">
29          <enum>Qt::Vertical</enum>
30         </property>
31         <property name="sizeHint" stdset="0">
32          <size>
33           <width>20</width>
34           <height>243</height>
35          </size>
36         </property>
37        </spacer>
38       </item>
39       <item>
40        <widget class="QLabel" name="label">
41         <property name="font">
42          <font>
43           <weight>75</weight>
44           <bold>true</bold>
45          </font>
46         </property>
47         <property name="layoutDirection">
48          <enum>Qt::LeftToRight</enum>
49         </property>
50         <property name="text">
51          <string>Choose what to display:</string>
52         </property>
53         <property name="alignment">
54          <set>Qt::AlignCenter</set>
55         </property>
56        </widget>
57       </item>
58       <item>
59        <widget class="QPushButton" name="showTabbedButton">
60         <property name="text">
61          <string>Tabbed multi-view widget</string>
62         </property>
63        </widget>
64       </item>
65       <item>
66        <widget class="QPushButton" name="singleViewButton">
67         <property name="text">
68          <string>Single render view</string>
69         </property>
70        </widget>
71       </item>
72       <item>
73        <spacer name="verticalSpacer">
74         <property name="orientation">
75          <enum>Qt::Vertical</enum>
76         </property>
77         <property name="sizeHint" stdset="0">
78          <size>
79           <width>20</width>
80           <height>40</height>
81          </size>
82         </property>
83        </spacer>
84       </item>
85      </layout>
86     </widget>
87    </item>
88    <item>
89     <widget class="QFrame" name="frameView">
90      <property name="frameShape">
91       <enum>QFrame::StyledPanel</enum>
92      </property>
93      <property name="frameShadow">
94       <enum>QFrame::Raised</enum>
95      </property>
96      <layout class="QVBoxLayout" name="verticalLayoutView">
97       <item>
98        <widget class="QWidget" name="widget" native="true"/>
99       </item>
100      </layout>
101     </widget>
102    </item>
103   </layout>
104  </widget>
105  <resources/>
106  <connections>
107   <connection>
108    <sender>singleViewButton</sender>
109    <signal>clicked()</signal>
110    <receiver>ViewTab</receiver>
111    <slot>insertSingleView()</slot>
112    <hints>
113     <hint type="sourcelabel">
114      <x>170</x>
115      <y>262</y>
116     </hint>
117     <hint type="destinationlabel">
118      <x>170</x>
119      <y>239</y>
120     </hint>
121    </hints>
122   </connection>
123   <connection>
124    <sender>showTabbedButton</sender>
125    <signal>clicked()</signal>
126    <receiver>ViewTab</receiver>
127    <slot>insertMultiView()</slot>
128    <hints>
129     <hint type="sourcelabel">
130      <x>170</x>
131      <y>234</y>
132     </hint>
133     <hint type="destinationlabel">
134      <x>170</x>
135      <y>239</y>
136     </hint>
137    </hints>
138   </connection>
139  </connections>
140  <slots>
141   <slot>insertMultiView()</slot>
142   <slot>insertSingleView()</slot>
143  </slots>
144 </ui>