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