Skip to content

Commit 366a4ba

Browse files
committed
qtvcp -fix axis labels in camview panel
1 parent ead0ff0 commit 366a4ba

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

share/qtvcp/panels/cam_align/cam_align.ui

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</widget>
105105
</item>
106106
<item>
107-
<widget class="DROLabel" name="dro_label">
107+
<widget class="DROLabel" name="dro_label_x">
108108
<property name="Qreference_type" stdset="0">
109109
<number>1</number>
110110
</property>
@@ -117,7 +117,7 @@
117117
</widget>
118118
</item>
119119
<item>
120-
<widget class="DROLabel" name="dro_label_2">
120+
<widget class="DROLabel" name="dro_label_y">
121121
<property name="Qjoint_number" stdset="0">
122122
<number>1</number>
123123
</property>
@@ -128,12 +128,12 @@
128128
<string>Y %10.3f</string>
129129
</property>
130130
<property name="imperial_template" stdset="0">
131-
<string>X %9.4f</string>
131+
<string>Y %9.4f</string>
132132
</property>
133133
</widget>
134134
</item>
135135
<item>
136-
<widget class="DROLabel" name="dro_label_3">
136+
<widget class="DROLabel" name="dro_label_z">
137137
<property name="Qjoint_number" stdset="0">
138138
<number>2</number>
139139
</property>
@@ -144,7 +144,7 @@
144144
<string>Z %10.3f</string>
145145
</property>
146146
<property name="imperial_template" stdset="0">
147-
<string>X %9.4f</string>
147+
<string>Z %9.4f</string>
148148
</property>
149149
</widget>
150150
</item>
@@ -181,17 +181,17 @@
181181
<x>0</x>
182182
<y>0</y>
183183
<width>688</width>
184-
<height>27</height>
184+
<height>24</height>
185185
</rect>
186186
</property>
187187
</widget>
188188
<widget class="QStatusBar" name="statusbar"/>
189189
</widget>
190190
<customwidgets>
191191
<customwidget>
192-
<class>CamView</class>
193-
<extends>QWidget</extends>
194-
<header>qtvcp.widgets.camview_widget</header>
192+
<class>IndicatedPushButton</class>
193+
<extends>QPushButton</extends>
194+
<header>qtvcp.widgets.simple_widgets</header>
195195
</customwidget>
196196
<customwidget>
197197
<class>DROLabel</class>
@@ -201,9 +201,14 @@
201201
</customwidget>
202202
<customwidget>
203203
<class>ActionButton</class>
204-
<extends>QPushButton</extends>
204+
<extends>IndicatedPushButton</extends>
205205
<header>qtvcp.widgets.action_button</header>
206206
</customwidget>
207+
<customwidget>
208+
<class>CamView</class>
209+
<extends>QWidget</extends>
210+
<header>qtvcp.widgets.camview_widget</header>
211+
</customwidget>
207212
</customwidgets>
208213
<resources/>
209214
<connections/>

0 commit comments

Comments
 (0)