FreeCAD

Форк
0
/
dependency_resolution_dialog.ui 
125 строк · 3.3 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>DependencyResolutionDialog</class>
4
 <widget class="QDialog" name="DependencyResolutionDialog">
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>455</width>
13
    <height>260</height>
14
   </rect>
15
  </property>
16
  <property name="windowTitle">
17
   <string>Resolve Dependencies</string>
18
  </property>
19
  <property name="sizeGripEnabled">
20
   <bool>true</bool>
21
  </property>
22
  <property name="modal">
23
   <bool>true</bool>
24
  </property>
25
  <layout class="QVBoxLayout" name="verticalLayout_3">
26
   <item>
27
    <widget class="QLabel" name="label">
28
     <property name="text">
29
      <string>This Addon has the following required and optional dependencies. You must install them before this Addon can be used.
30

31
Do you want the Addon Manager to install them automatically? Choose "Ignore" to install the Addon without installing the dependencies.</string>
32
     </property>
33
     <property name="wordWrap">
34
      <bool>true</bool>
35
     </property>
36
    </widget>
37
   </item>
38
   <item>
39
    <layout class="QHBoxLayout" name="horizontalLayout">
40
     <item>
41
      <widget class="QGroupBox" name="groupBox">
42
       <property name="title">
43
        <string>FreeCAD Addons</string>
44
       </property>
45
       <layout class="QVBoxLayout" name="verticalLayout">
46
        <item>
47
         <widget class="QListWidget" name="listWidgetAddons"/>
48
        </item>
49
       </layout>
50
      </widget>
51
     </item>
52
     <item>
53
      <widget class="QGroupBox" name="groupBox_2">
54
       <property name="title">
55
        <string>Required Python modules</string>
56
       </property>
57
       <layout class="QVBoxLayout" name="verticalLayout_2">
58
        <item>
59
         <widget class="QListWidget" name="listWidgetPythonRequired"/>
60
        </item>
61
       </layout>
62
      </widget>
63
     </item>
64
     <item>
65
      <widget class="QGroupBox" name="groupBox_3">
66
       <property name="title">
67
        <string>Optional Python modules</string>
68
       </property>
69
       <layout class="QVBoxLayout" name="verticalLayout_4">
70
        <item>
71
         <widget class="QListWidget" name="listWidgetPythonOptional"/>
72
        </item>
73
       </layout>
74
      </widget>
75
     </item>
76
    </layout>
77
   </item>
78
   <item>
79
    <widget class="QDialogButtonBox" name="buttonBox">
80
     <property name="orientation">
81
      <enum>Qt::Horizontal</enum>
82
     </property>
83
     <property name="standardButtons">
84
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ignore|QDialogButtonBox::Yes</set>
85
     </property>
86
    </widget>
87
   </item>
88
  </layout>
89
 </widget>
90
 <resources/>
91
 <connections>
92
  <connection>
93
   <sender>buttonBox</sender>
94
   <signal>accepted()</signal>
95
   <receiver>DependencyResolutionDialog</receiver>
96
   <slot>accept()</slot>
97
   <hints>
98
    <hint type="sourcelabel">
99
     <x>248</x>
100
     <y>254</y>
101
    </hint>
102
    <hint type="destinationlabel">
103
     <x>157</x>
104
     <y>274</y>
105
    </hint>
106
   </hints>
107
  </connection>
108
  <connection>
109
   <sender>buttonBox</sender>
110
   <signal>rejected()</signal>
111
   <receiver>DependencyResolutionDialog</receiver>
112
   <slot>reject()</slot>
113
   <hints>
114
    <hint type="sourcelabel">
115
     <x>316</x>
116
     <y>260</y>
117
    </hint>
118
    <hint type="destinationlabel">
119
     <x>286</x>
120
     <y>274</y>
121
    </hint>
122
   </hints>
123
  </connection>
124
 </connections>
125
</ui>
126

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

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

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

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