FreeCAD

Форк
0
/
compact_view.ui 
110 строк · 2.7 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>CompactView</class>
4
 <widget class="QWidget" name="CompactView">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>489</width>
10
    <height>16</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string notr="true">Form</string>
21
  </property>
22
  <layout class="QHBoxLayout" name="horizontalLayout_2">
23
   <property name="sizeConstraint">
24
    <enum>QLayout::SetNoConstraint</enum>
25
   </property>
26
   <property name="leftMargin">
27
    <number>3</number>
28
   </property>
29
   <property name="topMargin">
30
    <number>0</number>
31
   </property>
32
   <property name="rightMargin">
33
    <number>9</number>
34
   </property>
35
   <property name="bottomMargin">
36
    <number>0</number>
37
   </property>
38
   <item>
39
    <widget class="QLabel" name="labelIcon">
40
     <property name="sizePolicy">
41
      <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
42
       <horstretch>0</horstretch>
43
       <verstretch>0</verstretch>
44
      </sizepolicy>
45
     </property>
46
     <property name="minimumSize">
47
      <size>
48
       <width>16</width>
49
       <height>16</height>
50
      </size>
51
     </property>
52
     <property name="baseSize">
53
      <size>
54
       <width>16</width>
55
       <height>16</height>
56
      </size>
57
     </property>
58
     <property name="text">
59
      <string>Icon</string>
60
     </property>
61
    </widget>
62
   </item>
63
   <item>
64
    <widget class="QLabel" name="labelPackageName">
65
     <property name="text">
66
      <string>&lt;b&gt;Package Name&lt;/b&gt;</string>
67
     </property>
68
    </widget>
69
   </item>
70
   <item>
71
    <widget class="QLabel" name="labelVersion">
72
     <property name="text">
73
      <string>Version</string>
74
     </property>
75
    </widget>
76
   </item>
77
   <item>
78
    <widget class="QLabel" name="labelDescription">
79
     <property name="sizePolicy">
80
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
81
       <horstretch>0</horstretch>
82
       <verstretch>0</verstretch>
83
      </sizepolicy>
84
     </property>
85
     <property name="text">
86
      <string>Description</string>
87
     </property>
88
     <property name="textFormat">
89
      <enum>Qt::PlainText</enum>
90
     </property>
91
     <property name="wordWrap">
92
      <bool>false</bool>
93
     </property>
94
     <property name="textInteractionFlags">
95
      <set>Qt::TextSelectableByMouse</set>
96
     </property>
97
    </widget>
98
   </item>
99
   <item>
100
    <widget class="QLabel" name="labelStatus">
101
     <property name="text">
102
      <string>UpdateAvailable</string>
103
     </property>
104
    </widget>
105
   </item>
106
  </layout>
107
 </widget>
108
 <resources/>
109
 <connections/>
110
</ui>
111

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

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

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

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