keepassxc

Форк
0
/
IconDownloaderDialog.ui 
159 строк · 4.4 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>IconDownloaderDialog</class>
4
 <widget class="QDialog" name="IconDownloaderDialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>453</width>
10
    <height>339</height>
11
   </rect>
12
  </property>
13
  <property name="sizePolicy">
14
   <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
15
    <horstretch>0</horstretch>
16
    <verstretch>0</verstretch>
17
   </sizepolicy>
18
  </property>
19
  <property name="windowTitle">
20
   <string>Download Favicons</string>
21
  </property>
22
  <layout class="QVBoxLayout" name="verticalLayout">
23
   <item>
24
    <widget class="QLabel" name="progressLabel">
25
     <property name="font">
26
      <font>
27
       <weight>75</weight>
28
       <bold>true</bold>
29
      </font>
30
     </property>
31
     <property name="text">
32
      <string notr="true">Downloading favicon 0/0…</string>
33
     </property>
34
    </widget>
35
   </item>
36
   <item>
37
    <layout class="QHBoxLayout" name="horizontalLayout">
38
     <property name="sizeConstraint">
39
      <enum>QLayout::SetDefaultConstraint</enum>
40
     </property>
41
     <item>
42
      <widget class="QProgressBar" name="progressBar">
43
       <property name="value">
44
        <number>0</number>
45
       </property>
46
      </widget>
47
     </item>
48
     <item>
49
      <widget class="QPushButton" name="cancelButton">
50
       <property name="sizePolicy">
51
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
52
         <horstretch>0</horstretch>
53
         <verstretch>0</verstretch>
54
        </sizepolicy>
55
       </property>
56
       <property name="maximumSize">
57
        <size>
58
         <width>100</width>
59
         <height>16777215</height>
60
        </size>
61
       </property>
62
       <property name="text">
63
        <string>Cancel</string>
64
       </property>
65
      </widget>
66
     </item>
67
    </layout>
68
   </item>
69
   <item>
70
    <widget class="QLabel" name="fallbackLabel">
71
     <property name="font">
72
      <font>
73
       <weight>75</weight>
74
       <italic>false</italic>
75
       <bold>true</bold>
76
      </font>
77
     </property>
78
     <property name="text">
79
      <string>Having trouble downloading icons?
80
You can enable the DuckDuckGo website icon service in the security section of the application settings.</string>
81
     </property>
82
     <property name="scaledContents">
83
      <bool>false</bool>
84
     </property>
85
     <property name="alignment">
86
      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
87
     </property>
88
     <property name="wordWrap">
89
      <bool>true</bool>
90
     </property>
91
    </widget>
92
   </item>
93
   <item>
94
    <widget class="QTableView" name="tableView">
95
     <property name="verticalScrollBarPolicy">
96
      <enum>Qt::ScrollBarAsNeeded</enum>
97
     </property>
98
     <property name="horizontalScrollBarPolicy">
99
      <enum>Qt::ScrollBarAlwaysOff</enum>
100
     </property>
101
     <property name="sizeAdjustPolicy">
102
      <enum>QAbstractScrollArea::AdjustToContents</enum>
103
     </property>
104
     <property name="editTriggers">
105
      <set>QAbstractItemView::NoEditTriggers</set>
106
     </property>
107
     <property name="selectionMode">
108
      <enum>QAbstractItemView::NoSelection</enum>
109
     </property>
110
     <property name="selectionBehavior">
111
      <enum>QAbstractItemView::SelectRows</enum>
112
     </property>
113
     <property name="textElideMode">
114
      <enum>Qt::ElideNone</enum>
115
     </property>
116
     <property name="sortingEnabled">
117
      <bool>true</bool>
118
     </property>
119
     <property name="wordWrap">
120
      <bool>false</bool>
121
     </property>
122
     <attribute name="horizontalHeaderMinimumSectionSize">
123
      <number>20</number>
124
     </attribute>
125
     <attribute name="horizontalHeaderDefaultSectionSize">
126
      <number>20</number>
127
     </attribute>
128
     <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
129
      <bool>true</bool>
130
     </attribute>
131
     <attribute name="horizontalHeaderStretchLastSection">
132
      <bool>true</bool>
133
     </attribute>
134
     <attribute name="verticalHeaderVisible">
135
      <bool>false</bool>
136
     </attribute>
137
    </widget>
138
   </item>
139
   <item>
140
    <widget class="QPushButton" name="closeButton">
141
     <property name="text">
142
      <string>Close</string>
143
     </property>
144
     <property name="default">
145
      <bool>true</bool>
146
     </property>
147
    </widget>
148
   </item>
149
  </layout>
150
 </widget>
151
 <layoutdefault spacing="6" margin="11"/>
152
 <tabstops>
153
  <tabstop>cancelButton</tabstop>
154
  <tabstop>tableView</tabstop>
155
  <tabstop>closeButton</tabstop>
156
 </tabstops>
157
 <resources/>
158
 <connections/>
159
</ui>
160

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

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

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

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