FreeCAD

Форк
0
/
developer_mode_license.ui 
134 строки · 3.2 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>selectLicenseDialog</class>
4
 <widget class="QDialog" name="selectLicenseDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>533</width>
10
    <height>124</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Select a license</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <layout class="QHBoxLayout" name="horizontalLayout_3">
19
     <item>
20
      <widget class="QComboBox" name="comboBox">
21
       <property name="sizePolicy">
22
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
23
         <horstretch>0</horstretch>
24
         <verstretch>0</verstretch>
25
        </sizepolicy>
26
       </property>
27
       <property name="maxVisibleItems">
28
        <number>11</number>
29
       </property>
30
      </widget>
31
     </item>
32
     <item>
33
      <widget class="QPushButton" name="aboutButton">
34
       <property name="text">
35
        <string>About...</string>
36
       </property>
37
      </widget>
38
     </item>
39
    </layout>
40
   </item>
41
   <item>
42
    <layout class="QHBoxLayout" name="horizontalLayout_2">
43
     <item>
44
      <widget class="QLabel" name="otherLabel">
45
       <property name="text">
46
        <string>License name:</string>
47
       </property>
48
      </widget>
49
     </item>
50
     <item>
51
      <widget class="QLineEdit" name="otherLineEdit"/>
52
     </item>
53
    </layout>
54
   </item>
55
   <item>
56
    <layout class="QHBoxLayout" name="horizontalLayout">
57
     <item>
58
      <widget class="QLabel" name="label_3">
59
       <property name="text">
60
        <string>Path to license file:</string>
61
       </property>
62
      </widget>
63
     </item>
64
     <item>
65
      <widget class="QLineEdit" name="pathLineEdit">
66
       <property name="placeholderText">
67
        <string>(if required by license)</string>
68
       </property>
69
      </widget>
70
     </item>
71
     <item>
72
      <widget class="QPushButton" name="browseButton">
73
       <property name="text">
74
        <string>Browse...</string>
75
       </property>
76
      </widget>
77
     </item>
78
     <item>
79
      <widget class="QPushButton" name="createButton">
80
       <property name="text">
81
        <string>Create...</string>
82
       </property>
83
      </widget>
84
     </item>
85
    </layout>
86
   </item>
87
   <item>
88
    <widget class="QDialogButtonBox" name="buttonBox">
89
     <property name="orientation">
90
      <enum>Qt::Horizontal</enum>
91
     </property>
92
     <property name="standardButtons">
93
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
94
     </property>
95
    </widget>
96
   </item>
97
  </layout>
98
 </widget>
99
 <resources/>
100
 <connections>
101
  <connection>
102
   <sender>buttonBox</sender>
103
   <signal>accepted()</signal>
104
   <receiver>selectLicenseDialog</receiver>
105
   <slot>accept()</slot>
106
   <hints>
107
    <hint type="sourcelabel">
108
     <x>248</x>
109
     <y>254</y>
110
    </hint>
111
    <hint type="destinationlabel">
112
     <x>157</x>
113
     <y>274</y>
114
    </hint>
115
   </hints>
116
  </connection>
117
  <connection>
118
   <sender>buttonBox</sender>
119
   <signal>rejected()</signal>
120
   <receiver>selectLicenseDialog</receiver>
121
   <slot>reject()</slot>
122
   <hints>
123
    <hint type="sourcelabel">
124
     <x>316</x>
125
     <y>260</y>
126
    </hint>
127
    <hint type="destinationlabel">
128
     <x>286</x>
129
     <y>274</y>
130
    </hint>
131
   </hints>
132
  </connection>
133
 </connections>
134
</ui>
135

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

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

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

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