FreeCAD

Форк
0
/
SketchOrientationDialog.ui 
157 строк · 4.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SketcherGui::SketchOrientationDialog</class>
4
 <widget class="QDialog" name="SketcherGui::SketchOrientationDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>178</width>
10
    <height>201</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Choose orientation</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout">
17
   <item row="0" column="0">
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="title">
20
      <string>Sketch orientation</string>
21
     </property>
22
     <layout class="QVBoxLayout" name="verticalLayout">
23
      <item>
24
       <widget class="QRadioButton" name="XY_radioButton">
25
        <property name="text">
26
         <string>XY-Plane</string>
27
        </property>
28
        <property name="checked">
29
         <bool>true</bool>
30
        </property>
31
       </widget>
32
      </item>
33
      <item>
34
       <widget class="QRadioButton" name="XZ_radioButton">
35
        <property name="text">
36
         <string>XZ-Plane</string>
37
        </property>
38
       </widget>
39
      </item>
40
      <item>
41
       <widget class="QRadioButton" name="YZ_radioButton">
42
        <property name="text">
43
         <string>YZ-Plane</string>
44
        </property>
45
       </widget>
46
      </item>
47
     </layout>
48
    </widget>
49
   </item>
50
   <item row="0" column="1">
51
    <widget class="QLabel" name="previewLabel">
52
     <property name="minimumSize">
53
      <size>
54
       <width>48</width>
55
       <height>48</height>
56
      </size>
57
     </property>
58
     <property name="maximumSize">
59
      <size>
60
       <width>48</width>
61
       <height>48</height>
62
      </size>
63
     </property>
64
     <property name="text">
65
      <string notr="true">Preview</string>
66
     </property>
67
    </widget>
68
   </item>
69
   <item row="1" column="0" colspan="2">
70
    <widget class="QCheckBox" name="Reverse_checkBox">
71
     <property name="text">
72
      <string>Reverse direction</string>
73
     </property>
74
    </widget>
75
   </item>
76
   <item row="2" column="0" colspan="2">
77
    <layout class="QHBoxLayout" name="horizontalLayout">
78
     <item>
79
      <widget class="QLabel" name="label">
80
       <property name="text">
81
        <string>Offset:</string>
82
       </property>
83
      </widget>
84
     </item>
85
     <item>
86
      <widget class="Gui::QuantitySpinBox" name="Offset_doubleSpinBox">
87
       <property name="unit" stdset="0">
88
        <string notr="true">mm</string>
89
       </property>
90
       <property name="minimum">
91
        <double>-999999999.000000000000000</double>
92
       </property>
93
       <property name="maximum">
94
        <double>999999999.000000000000000</double>
95
       </property>
96
       <property name="singleStep">
97
        <double>10.000000000000000</double>
98
       </property>
99
      </widget>
100
     </item>
101
    </layout>
102
   </item>
103
   <item row="3" column="0" colspan="2">
104
    <widget class="QDialogButtonBox" name="buttonBox">
105
     <property name="orientation">
106
      <enum>Qt::Horizontal</enum>
107
     </property>
108
     <property name="standardButtons">
109
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
110
     </property>
111
    </widget>
112
   </item>
113
  </layout>
114
 </widget>
115
 <customwidgets>
116
  <customwidget>
117
   <class>Gui::QuantitySpinBox</class>
118
   <extends>QWidget</extends>
119
   <header>Gui/QuantitySpinBox.h</header>
120
  </customwidget>
121
 </customwidgets>
122
 <resources/>
123
 <connections>
124
  <connection>
125
   <sender>buttonBox</sender>
126
   <signal>accepted()</signal>
127
   <receiver>SketcherGui::SketchOrientationDialog</receiver>
128
   <slot>accept()</slot>
129
   <hints>
130
    <hint type="sourcelabel">
131
     <x>248</x>
132
     <y>254</y>
133
    </hint>
134
    <hint type="destinationlabel">
135
     <x>157</x>
136
     <y>274</y>
137
    </hint>
138
   </hints>
139
  </connection>
140
  <connection>
141
   <sender>buttonBox</sender>
142
   <signal>rejected()</signal>
143
   <receiver>SketcherGui::SketchOrientationDialog</receiver>
144
   <slot>reject()</slot>
145
   <hints>
146
    <hint type="sourcelabel">
147
     <x>316</x>
148
     <y>260</y>
149
    </hint>
150
    <hint type="destinationlabel">
151
     <x>286</x>
152
     <y>274</y>
153
    </hint>
154
   </hints>
155
  </connection>
156
 </connections>
157
</ui>
158

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

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

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

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