]> SALOME platform Git repositories - modules/yacs.git/blob - src/genericgui/TablePorts.ui
Salome HOME
mergefrom branch BR_V511_PR tag mergeto_trunk_03feb09
[modules/yacs.git] / src / genericgui / TablePorts.ui
1 <ui version="4.0" >
2  <class>fm_TablePorts</class>
3  <widget class="QWidget" name="fm_TablePorts" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>370</width>
9     <height>237</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" >
17     <widget class="QSplitter" name="splitter" >
18      <property name="orientation" >
19       <enum>Qt::Horizontal</enum>
20      </property>
21      <widget class="QWidget" name="layoutWidget" >
22       <layout class="QGridLayout" >
23        <item row="0" column="0" >
24         <widget class="QPushButton" name="pb_up" >
25          <property name="sizePolicy" >
26           <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
27            <horstretch>0</horstretch>
28            <verstretch>0</verstretch>
29           </sizepolicy>
30          </property>
31          <property name="toolTip" >
32           <string>move up the selected port one step, cycle</string>
33          </property>
34          <property name="text" >
35           <string/>
36          </property>
37          <property name="icon" >
38           <iconset>
39            <normaloff>icons:icon_up.png</normaloff>icons:icon_up.png</iconset>
40          </property>
41         </widget>
42        </item>
43        <item row="0" column="1" >
44         <widget class="QPushButton" name="pb_down" >
45          <property name="sizePolicy" >
46           <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
47            <horstretch>0</horstretch>
48            <verstretch>0</verstretch>
49           </sizepolicy>
50          </property>
51          <property name="toolTip" >
52           <string>move down the selected port one step, cycle</string>
53          </property>
54          <property name="text" >
55           <string/>
56          </property>
57          <property name="icon" >
58           <iconset>
59            <normaloff>icons:icon_down.png</normaloff>icons:icon_down.png</iconset>
60          </property>
61         </widget>
62        </item>
63        <item row="0" column="2" >
64         <widget class="QPushButton" name="pb_insert" >
65          <property name="sizePolicy" >
66           <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
67            <horstretch>0</horstretch>
68            <verstretch>0</verstretch>
69           </sizepolicy>
70          </property>
71          <property name="toolTip" >
72           <string>insert a new port before the selected port</string>
73          </property>
74          <property name="text" >
75           <string/>
76          </property>
77          <property name="icon" >
78           <iconset>
79            <normaloff>icons:icon_insert.png</normaloff>icons:icon_insert.png</iconset>
80          </property>
81         </widget>
82        </item>
83        <item row="0" column="3" >
84         <widget class="QPushButton" name="pb_remove" >
85          <property name="sizePolicy" >
86           <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
87            <horstretch>0</horstretch>
88            <verstretch>0</verstretch>
89           </sizepolicy>
90          </property>
91          <property name="toolTip" >
92           <string>remove the selected port</string>
93          </property>
94          <property name="text" >
95           <string/>
96          </property>
97          <property name="icon" >
98           <iconset>
99            <normaloff>icons:icon_minus.png</normaloff>icons:icon_minus.png</iconset>
100          </property>
101         </widget>
102        </item>
103        <item row="0" column="4" >
104         <widget class="QComboBox" name="cb_insert" >
105          <property name="toolTip" >
106           <string>port creation: select a port type</string>
107          </property>
108         </widget>
109        </item>
110       </layout>
111      </widget>
112     </widget>
113    </item>
114    <item row="1" column="0" >
115     <widget class="QTableView" name="tv_ports" />
116    </item>
117   </layout>
118  </widget>
119  <resources/>
120  <connections/>
121 </ui>