FreeCAD

Форк
0
/
InsertDatum.ui 
161 строка · 4.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SketcherGui::InsertDatum</class>
4
 <widget class="QDialog" name="SketcherGui::InsertDatum">
5
  <property name="windowModality">
6
   <enum>Qt::ApplicationModal</enum>
7
  </property>
8
  <property name="geometry">
9
   <rect>
10
    <x>0</x>
11
    <y>0</y>
12
    <width>254</width>
13
    <height>140</height>
14
   </rect>
15
  </property>
16
  <property name="sizePolicy">
17
   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
18
    <horstretch>0</horstretch>
19
    <verstretch>0</verstretch>
20
   </sizepolicy>
21
  </property>
22
  <property name="windowTitle">
23
   <string>Insert datum</string>
24
  </property>
25
  <layout class="QVBoxLayout" name="verticalLayout">
26
   <item>
27
    <layout class="QGridLayout" name="gridLayout">
28
     <item row="0" column="0">
29
      <widget class="QLabel" name="label">
30
       <property name="text">
31
        <string>datum:</string>
32
       </property>
33
      </widget>
34
     </item>
35
     <item row="0" column="1">
36
      <widget class="Gui::PrefQuantitySpinBox" name="labelEdit">
37
       <property name="sizePolicy">
38
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
39
         <horstretch>0</horstretch>
40
         <verstretch>0</verstretch>
41
        </sizepolicy>
42
       </property>
43
      </widget>
44
     </item>
45
     <item row="1" column="0">
46
      <widget class="QLabel" name="label_2">
47
       <property name="text">
48
        <string>Name (optional)</string>
49
       </property>
50
      </widget>
51
     </item>
52
     <item row="1" column="1">
53
      <widget class="QLineEdit" name="name">
54
       <property name="sizePolicy">
55
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
56
         <horstretch>0</horstretch>
57
         <verstretch>0</verstretch>
58
        </sizepolicy>
59
       </property>
60
       <property name="toolTip">
61
        <string>Constraint name (available for expressions)</string>
62
       </property>
63
      </widget>
64
     </item>
65
    </layout>
66
   </item>
67
   <item>
68
    <widget class="QCheckBox" name="cbDriving">
69
     <property name="sizePolicy">
70
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
71
       <horstretch>0</horstretch>
72
       <verstretch>0</verstretch>
73
      </sizepolicy>
74
     </property>
75
     <property name="toolTip">
76
      <string>Reference (or constraint) dimension</string>
77
     </property>
78
     <property name="text">
79
      <string>Reference</string>
80
     </property>
81
    </widget>
82
   </item>
83
   <item>
84
    <widget class="QDialogButtonBox" name="buttonBox">
85
     <property name="orientation">
86
      <enum>Qt::Horizontal</enum>
87
     </property>
88
     <property name="standardButtons">
89
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
90
     </property>
91
    </widget>
92
   </item>
93
  </layout>
94
 </widget>
95
 <customwidgets>
96
  <customwidget>
97
   <class>Gui::QuantitySpinBox</class>
98
   <extends>QWidget</extends>
99
   <header>Gui/QuantitySpinBox.h</header>
100
  </customwidget>
101
  <customwidget>
102
   <class>Gui::PrefQuantitySpinBox</class>
103
   <extends>Gui::QuantitySpinBox</extends>
104
   <header>Gui/PrefWidgets.h</header>
105
   <slots>
106
    <signal>showFormulaDialog(bool)</signal>
107
   </slots>
108
  </customwidget>
109
 </customwidgets>
110
 <resources/>
111
 <connections>
112
  <connection>
113
   <sender>buttonBox</sender>
114
   <signal>accepted()</signal>
115
   <receiver>SketcherGui::InsertDatum</receiver>
116
   <slot>accept()</slot>
117
   <hints>
118
    <hint type="sourcelabel">
119
     <x>248</x>
120
     <y>254</y>
121
    </hint>
122
    <hint type="destinationlabel">
123
     <x>157</x>
124
     <y>274</y>
125
    </hint>
126
   </hints>
127
  </connection>
128
  <connection>
129
   <sender>buttonBox</sender>
130
   <signal>rejected()</signal>
131
   <receiver>SketcherGui::InsertDatum</receiver>
132
   <slot>reject()</slot>
133
   <hints>
134
    <hint type="sourcelabel">
135
     <x>316</x>
136
     <y>260</y>
137
    </hint>
138
    <hint type="destinationlabel">
139
     <x>286</x>
140
     <y>274</y>
141
    </hint>
142
   </hints>
143
  </connection>
144
  <connection>
145
   <sender>labelEdit</sender>
146
   <signal>showFormulaDialog(bool)</signal>
147
   <receiver>buttonBox</receiver>
148
   <slot>setHidden(bool)</slot>
149
   <hints>
150
    <hint type="sourcelabel">
151
     <x>212</x>
152
     <y>26</y>
153
    </hint>
154
    <hint type="destinationlabel">
155
     <x>171</x>
156
     <y>101</y>
157
    </hint>
158
   </hints>
159
  </connection>
160
 </connections>
161
</ui>
162

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

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

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

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