]> rtime.felk.cvut.cz Git - orte.git/blob - orte/contrib/shape/FSubscriber.ui
orte 0.3.2 release
[orte.git] / orte / contrib / shape / FSubscriber.ui
1 <ui version="4.0" >
2  <class>FSubscriber</class>
3  <widget class="QWidget" name="FSubscriber" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>389</width>
9     <height>331</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Subscriber</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" colspan="3" >
17     <widget class="MyQFrame" native="1" name="view" />
18    </item>
19    <item row="1" column="0" >
20     <widget class="QSplitter" name="splitter2" >
21      <property name="orientation" >
22       <enum>Qt::Horizontal</enum>
23      </property>
24      <widget class="QLabel" name="textLabel1" >
25       <property name="text" >
26        <string>Color:</string>
27       </property>
28       <property name="wordWrap" >
29        <bool>false</bool>
30       </property>
31      </widget>
32     </widget>
33    </item>
34    <item row="2" column="0" >
35     <widget class="QSplitter" name="splitter3" >
36      <property name="orientation" >
37       <enum>Qt::Horizontal</enum>
38      </property>
39      <widget class="QLabel" name="strengt" >
40       <property name="text" >
41        <string>Min. Separation:</string>
42       </property>
43       <property name="wordWrap" >
44        <bool>false</bool>
45       </property>
46      </widget>
47     </widget>
48    </item>
49    <item row="1" column="1" >
50     <widget class="QComboBox" name="combo" />
51    </item>
52    <item row="2" column="1" >
53     <widget class="QSlider" name="slider" >
54      <property name="minimum" >
55       <number>0</number>
56      </property>
57      <property name="maximum" >
58       <number>4</number>
59      </property>
60      <property name="pageStep" >
61       <number>1</number>
62      </property>
63      <property name="orientation" >
64       <enum>Qt::Horizontal</enum>
65      </property>
66      <property name="tickInterval" >
67       <number>1</number>
68      </property>
69     </widget>
70    </item>
71    <item row="1" column="2" >
72     <spacer>
73      <property name="orientation" >
74       <enum>Qt::Horizontal</enum>
75      </property>
76      <property name="sizeType" >
77       <enum>QSizePolicy::Expanding</enum>
78      </property>
79      <property name="sizeHint" >
80       <size>
81        <width>110</width>
82        <height>20</height>
83       </size>
84      </property>
85     </spacer>
86    </item>
87    <item row="2" column="2" >
88     <spacer>
89      <property name="orientation" >
90       <enum>Qt::Horizontal</enum>
91      </property>
92      <property name="sizeType" >
93       <enum>QSizePolicy::Expanding</enum>
94      </property>
95      <property name="sizeHint" >
96       <size>
97        <width>100</width>
98        <height>20</height>
99       </size>
100      </property>
101     </spacer>
102    </item>
103   </layout>
104  </widget>
105  <layoutdefault spacing="6" margin="11" />
106  <customwidgets>
107   <customwidget>
108    <class>MyQFrame</class>
109    <extends>QWidget</extends>
110    <header location="global" >MyQFrame.h</header>
111   </customwidget>
112  </customwidgets>
113  <includes>
114   <include location="global" >orte.h</include>
115   <include location="local" >BoxType.h</include>
116   <include location="local" >MyQFrame.h</include>
117  </includes>
118  <resources/>
119  <connections>
120   <connection>
121    <sender>combo</sender>
122    <signal>activated(int)</signal>
123    <receiver>FSubscriber</receiver>
124    <slot>comboActivated(int)</slot>
125    <hints>
126     <hint type="sourcelabel" >
127      <x>20</x>
128      <y>20</y>
129     </hint>
130     <hint type="destinationlabel" >
131      <x>20</x>
132      <y>20</y>
133     </hint>
134    </hints>
135   </connection>
136   <connection>
137    <sender>slider</sender>
138    <signal>valueChanged(int)</signal>
139    <receiver>FSubscriber</receiver>
140    <slot>sliderValueChanged(int)</slot>
141    <hints>
142     <hint type="sourcelabel" >
143      <x>20</x>
144      <y>20</y>
145     </hint>
146     <hint type="destinationlabel" >
147      <x>20</x>
148      <y>20</y>
149     </hint>
150    </hints>
151   </connection>
152  </connections>
153 </ui>