FreeCAD

Форк
0
/
TaskCosVertex.ui 
180 строк · 5.0 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>TechDrawGui::TaskCosVertex</class>
4
 <widget class="QWidget" name="TechDrawGui::TaskCosVertex">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>250</width>
10
    <height>167</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Cosmetic Vertex</string>
15
  </property>
16
  <property name="windowIcon">
17
   <iconset resource="Resources/TechDraw.qrc">
18
    <normaloff>:/icons/actions/TechDraw_CosmeticVertex.svg</normaloff>:/icons/actions/TechDraw_CosmeticVertex.svg</iconset>
19
  </property>
20
  <layout class="QVBoxLayout" name="verticalLayout_2">
21
   <item>
22
    <layout class="QGridLayout" name="gridLayout">
23
     <item row="0" column="0">
24
      <widget class="QLabel" name="label_4">
25
       <property name="text">
26
        <string>Base View</string>
27
       </property>
28
      </widget>
29
     </item>
30
     <item row="0" column="1">
31
      <widget class="QLineEdit" name="leBaseView">
32
       <property name="enabled">
33
        <bool>false</bool>
34
       </property>
35
       <property name="mouseTracking">
36
        <bool>false</bool>
37
       </property>
38
       <property name="focusPolicy">
39
        <enum>Qt::NoFocus</enum>
40
       </property>
41
       <property name="acceptDrops">
42
        <bool>false</bool>
43
       </property>
44
      </widget>
45
     </item>
46
    </layout>
47
   </item>
48
   <item>
49
    <layout class="QHBoxLayout" name="horizontalLayout">
50
     <item>
51
      <spacer name="horizontalSpacer">
52
       <property name="orientation">
53
        <enum>Qt::Horizontal</enum>
54
       </property>
55
       <property name="sizeHint" stdset="0">
56
        <size>
57
         <width>40</width>
58
         <height>20</height>
59
        </size>
60
       </property>
61
      </spacer>
62
     </item>
63
     <item>
64
      <widget class="QPushButton" name="pbTracker">
65
       <property name="text">
66
        <string>Point Picker</string>
67
       </property>
68
      </widget>
69
     </item>
70
     <item>
71
      <spacer name="horizontalSpacer_2">
72
       <property name="orientation">
73
        <enum>Qt::Horizontal</enum>
74
       </property>
75
       <property name="sizeHint" stdset="0">
76
        <size>
77
         <width>40</width>
78
         <height>20</height>
79
        </size>
80
       </property>
81
      </spacer>
82
     </item>
83
    </layout>
84
   </item>
85
   <item>
86
    <widget class="Line" name="line">
87
     <property name="orientation">
88
      <enum>Qt::Horizontal</enum>
89
     </property>
90
    </widget>
91
   </item>
92
   <item>
93
    <widget class="QGroupBox" name="groupBox">
94
     <property name="toolTip">
95
      <string>Position from the view center</string>
96
     </property>
97
     <property name="title">
98
      <string>Position</string>
99
     </property>
100
     <layout class="QVBoxLayout" name="verticalLayout">
101
      <item>
102
       <layout class="QGridLayout" name="gridLayout_2">
103
        <item row="0" column="0">
104
         <widget class="QLabel" name="label_2">
105
          <property name="text">
106
           <string>X</string>
107
          </property>
108
         </widget>
109
        </item>
110
        <item row="0" column="1">
111
         <spacer name="horizontalSpacer_3">
112
          <property name="orientation">
113
           <enum>Qt::Horizontal</enum>
114
          </property>
115
          <property name="sizeHint" stdset="0">
116
           <size>
117
            <width>28</width>
118
            <height>20</height>
119
           </size>
120
          </property>
121
         </spacer>
122
        </item>
123
        <item row="0" column="2">
124
         <widget class="Gui::QuantitySpinBox" name="dsbX">
125
          <property name="alignment">
126
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
127
          </property>
128
          <property name="minimum">
129
           <double>-2147483647.000000000000000</double>
130
          </property>
131
          <property name="maximum">
132
           <double>2147483647.000000000000000</double>
133
          </property>
134
          <property name="decimals" stdset="0">
135
           <number>4</number>
136
          </property>
137
         </widget>
138
        </item>
139
        <item row="1" column="0" colspan="2">
140
         <widget class="QLabel" name="label_3">
141
          <property name="text">
142
           <string>Y</string>
143
          </property>
144
         </widget>
145
        </item>
146
        <item row="1" column="2">
147
         <widget class="Gui::QuantitySpinBox" name="dsbY">
148
          <property name="alignment">
149
           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
150
          </property>
151
          <property name="minimum">
152
           <double>-2147483647.000000000000000</double>
153
          </property>
154
          <property name="maximum">
155
           <double>2147483647.000000000000000</double>
156
          </property>
157
          <property name="decimals" stdset="0">
158
           <number>4</number>
159
          </property>
160
         </widget>
161
        </item>
162
       </layout>
163
      </item>
164
     </layout>
165
    </widget>
166
   </item>
167
  </layout>
168
 </widget>
169
 <customwidgets>
170
  <customwidget>
171
   <class>Gui::QuantitySpinBox</class>
172
   <extends>QWidget</extends>
173
   <header>Gui/QuantitySpinBox.h</header>
174
  </customwidget>
175
 </customwidgets>
176
 <resources>
177
  <include location="Resources/TechDraw.qrc"/>
178
 </resources>
179
 <connections/>
180
</ui>
181

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.