FreeCAD

Форк
0
/
MouseButtons.ui 
157 строк · 4.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Gui::Dialog::MouseButtons</class>
4
 <widget class="QDialog" name="Gui::Dialog::MouseButtons">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>364</width>
10
    <height>239</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Mouse buttons</string>
15
  </property>
16
  <layout class="QGridLayout" name="gridLayout_3">
17
   <item row="0" column="0">
18
    <widget class="QGroupBox" name="groupBox">
19
     <property name="title">
20
      <string>Configuration</string>
21
     </property>
22
     <layout class="QGridLayout" name="gridLayout_2">
23
      <item row="0" column="0">
24
       <layout class="QGridLayout" name="gridLayout">
25
        <item row="0" column="0">
26
         <widget class="QLabel" name="label">
27
          <property name="text">
28
           <string>Selection:</string>
29
          </property>
30
          <property name="alignment">
31
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
32
          </property>
33
         </widget>
34
        </item>
35
        <item row="0" column="1">
36
         <widget class="QLabel" name="selectionLabel">
37
          <property name="text">
38
           <string/>
39
          </property>
40
          <property name="alignment">
41
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
42
          </property>
43
         </widget>
44
        </item>
45
        <item row="1" column="0">
46
         <widget class="QLabel" name="label_3">
47
          <property name="text">
48
           <string>Panning:</string>
49
          </property>
50
          <property name="alignment">
51
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
52
          </property>
53
         </widget>
54
        </item>
55
        <item row="1" column="1">
56
         <widget class="QLabel" name="panningLabel">
57
          <property name="text">
58
           <string/>
59
          </property>
60
          <property name="alignment">
61
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
62
          </property>
63
         </widget>
64
        </item>
65
        <item row="2" column="0">
66
         <widget class="QLabel" name="label_4">
67
          <property name="text">
68
           <string>Rotation:</string>
69
          </property>
70
          <property name="alignment">
71
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
72
          </property>
73
         </widget>
74
        </item>
75
        <item row="2" column="1">
76
         <widget class="QLabel" name="rotationLabel">
77
          <property name="text">
78
           <string/>
79
          </property>
80
          <property name="alignment">
81
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
82
          </property>
83
         </widget>
84
        </item>
85
        <item row="3" column="0">
86
         <widget class="QLabel" name="label_5">
87
          <property name="text">
88
           <string>Zooming:</string>
89
          </property>
90
          <property name="alignment">
91
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
92
          </property>
93
         </widget>
94
        </item>
95
        <item row="3" column="1">
96
         <widget class="QLabel" name="zoomingLabel">
97
          <property name="text">
98
           <string/>
99
          </property>
100
          <property name="alignment">
101
           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
102
          </property>
103
         </widget>
104
        </item>
105
       </layout>
106
      </item>
107
     </layout>
108
    </widget>
109
   </item>
110
   <item row="1" column="0">
111
    <widget class="QDialogButtonBox" name="buttonBox">
112
     <property name="orientation">
113
      <enum>Qt::Horizontal</enum>
114
     </property>
115
     <property name="standardButtons">
116
      <set>QDialogButtonBox::Close</set>
117
     </property>
118
    </widget>
119
   </item>
120
  </layout>
121
 </widget>
122
 <resources/>
123
 <connections>
124
  <connection>
125
   <sender>buttonBox</sender>
126
   <signal>accepted()</signal>
127
   <receiver>Gui::Dialog::MouseButtons</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>Gui::Dialog::MouseButtons</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 Вы можете самостоятельно в настройках Вашего браузера.