]> Creatis software - clitk.git/blob - vv/qt_ui/vvLandmarksPanel.ui
Initial revision
[clitk.git] / vv / qt_ui / vvLandmarksPanel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvLandmarksPanel</class>
4  <widget class="QWidget" name="vvLandmarksPanel">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>325</width>
10     <height>131</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    <property name="spacing">
21     <number>2</number>
22    </property>
23    <item row="0" column="0" colspan="4">
24     <widget class="QLabel" name="nameLabel">
25      <property name="text">
26       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
27 p, li { white-space: pre-wrap; }
28 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
29 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;CurrentImage :&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
30      </property>
31     </widget>
32    </item>
33    <item row="2" column="0" colspan="4">
34     <widget class="QTableWidget" name="tableWidget">
35      <property name="columnCount">
36       <number>7</number>
37      </property>
38      <column>
39       <property name="text">
40        <string>#</string>
41       </property>
42      </column>
43      <column>
44       <property name="text">
45        <string>x</string>
46       </property>
47      </column>
48      <column>
49       <property name="text">
50        <string>y</string>
51       </property>
52      </column>
53      <column>
54       <property name="text">
55        <string>z</string>
56       </property>
57      </column>
58      <column>
59       <property name="text">
60        <string>t</string>
61       </property>
62      </column>
63      <column>
64       <property name="text">
65        <string>pixel value</string>
66       </property>
67      </column>
68      <column>
69       <property name="text">
70        <string>Comments</string>
71       </property>
72      </column>
73     </widget>
74    </item>
75    <item row="3" column="0">
76     <widget class="QPushButton" name="removeButton">
77      <property name="sizePolicy">
78       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
79        <horstretch>0</horstretch>
80        <verstretch>0</verstretch>
81       </sizepolicy>
82      </property>
83      <property name="toolTip">
84       <string>remove last landmark.</string>
85      </property>
86      <property name="text">
87       <string/>
88      </property>
89      <property name="icon">
90       <iconset resource="../vvIcons.qrc">
91        <normaloff>:/new/prefix1/icons/undo.png</normaloff>:/new/prefix1/icons/undo.png</iconset>
92      </property>
93     </widget>
94    </item>
95    <item row="3" column="1">
96     <spacer>
97      <property name="orientation">
98       <enum>Qt::Horizontal</enum>
99      </property>
100      <property name="sizeHint" stdset="0">
101       <size>
102        <width>40</width>
103        <height>20</height>
104       </size>
105      </property>
106     </spacer>
107    </item>
108    <item row="3" column="2">
109     <widget class="QPushButton" name="loadButton">
110      <property name="text">
111       <string>Load</string>
112      </property>
113      <property name="icon">
114       <iconset resource="../vvIcons.qrc">
115        <normaloff>:/new/prefix1/icons/open.png</normaloff>:/new/prefix1/icons/open.png</iconset>
116      </property>
117     </widget>
118    </item>
119    <item row="3" column="3">
120     <widget class="QPushButton" name="saveButton">
121      <property name="text">
122       <string>Save</string>
123      </property>
124      <property name="icon">
125       <iconset resource="../vvIcons.qrc">
126        <normaloff>:/new/prefix1/icons/filesave.png</normaloff>:/new/prefix1/icons/filesave.png</iconset>
127      </property>
128     </widget>
129    </item>
130    <item row="1" column="0">
131     <widget class="QLabel" name="label">
132      <property name="text">
133       <string>Coordinates are in mm</string>
134      </property>
135     </widget>
136    </item>
137   </layout>
138  </widget>
139  <resources>
140   <include location="../vvIcons.qrc"/>
141  </resources>
142  <connections/>
143 </ui>