]> Creatis software - clitk.git/blob - vv/qt_ui/vvLinkPanel.ui
Initial revision
[clitk.git] / vv / qt_ui / vvLinkPanel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvLinkPanel</class>
4  <widget class="QWidget" name="vvLinkPanel">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>276</width>
10     <height>254</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTableWidget" name="linkTableWidget">
19      <property name="showGrid">
20       <bool>false</bool>
21      </property>
22      <column/>
23      <column/>
24      <column/>
25      <column/>
26      <column>
27       <property name="text">
28        <string>New Column</string>
29       </property>
30      </column>
31      <column>
32       <property name="text">
33        <string>New Column</string>
34       </property>
35      </column>
36     </widget>
37    </item>
38    <item>
39     <widget class="QLabel" name="label">
40      <property name="text">
41       <string>Choose images to link :</string>
42      </property>
43     </widget>
44    </item>
45    <item>
46     <layout class="QHBoxLayout" name="horizontalLayout_2">
47      <item>
48       <widget class="QComboBox" name="image1ComboBox"/>
49      </item>
50      <item>
51       <widget class="QLabel" name="linkLabel">
52        <property name="sizePolicy">
53         <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
54          <horstretch>0</horstretch>
55          <verstretch>0</verstretch>
56         </sizepolicy>
57        </property>
58        <property name="text">
59         <string>&amp;</string>
60        </property>
61       </widget>
62      </item>
63      <item>
64       <widget class="QComboBox" name="image2ComboBox"/>
65      </item>
66      <item>
67       <widget class="QPushButton" name="linkButton">
68        <property name="sizePolicy">
69         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
70          <horstretch>0</horstretch>
71          <verstretch>0</verstretch>
72         </sizepolicy>
73        </property>
74        <property name="text">
75         <string>Link</string>
76        </property>
77       </widget>
78      </item>
79     </layout>
80    </item>
81    <item>
82     <widget class="QLabel" name="label_2">
83      <property name="text">
84       <string>Link all currently opened images</string>
85      </property>
86     </widget>
87    </item>
88    <item>
89     <layout class="QHBoxLayout" name="horizontalLayout">
90      <item>
91       <spacer name="horizontalSpacer">
92        <property name="orientation">
93         <enum>Qt::Horizontal</enum>
94        </property>
95        <property name="sizeHint" stdset="0">
96         <size>
97          <width>40</width>
98          <height>20</height>
99         </size>
100        </property>
101       </spacer>
102      </item>
103      <item>
104       <widget class="QPushButton" name="linkAllButton">
105        <property name="text">
106         <string>Link all</string>
107        </property>
108       </widget>
109      </item>
110     </layout>
111    </item>
112   </layout>
113  </widget>
114  <resources/>
115  <connections/>
116 </ui>