irc-client

Форк
0
/
004.ui 
193 строки · 5.8 Кб
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Dialog</class>
4
 <widget class="QDialog" name="Dialog">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>408</width>
10
    <height>382</height>
11
   </rect>
12
  </property>
13
  <property name="minimumSize">
14
   <size>
15
    <width>408</width>
16
    <height>300</height>
17
   </size>
18
  </property>
19
  <property name="maximumSize">
20
   <size>
21
    <width>624</width>
22
    <height>404</height>
23
   </size>
24
  </property>
25
  <property name="windowTitle">
26
   <string>О клиенте Tinelix IRC</string>
27
  </property>
28
  <property name="styleSheet">
29
   <string notr="true">background-color: rgb(43, 43, 43);
30
color: rgb(255, 255, 255);</string>
31
  </property>
32
  <layout class="QVBoxLayout" name="verticalLayout">
33
   <item>
34
    <layout class="QVBoxLayout" name="verticalLayout_2">
35
     <item>
36
      <widget class="QGraphicsView" name="icon">
37
       <property name="maximumSize">
38
        <size>
39
         <width>16777215</width>
40
         <height>60</height>
41
        </size>
42
       </property>
43
       <property name="frameShape">
44
        <enum>QFrame::NoFrame</enum>
45
       </property>
46
      </widget>
47
     </item>
48
     <item>
49
      <widget class="QLabel" name="progname">
50
       <property name="minimumSize">
51
        <size>
52
         <width>0</width>
53
         <height>28</height>
54
        </size>
55
       </property>
56
       <property name="maximumSize">
57
        <size>
58
         <width>16777215</width>
59
         <height>28</height>
60
        </size>
61
       </property>
62
       <property name="font">
63
        <font>
64
         <pointsize>14</pointsize>
65
         <weight>75</weight>
66
         <bold>true</bold>
67
        </font>
68
       </property>
69
       <property name="styleSheet">
70
        <string notr="true">selection-color: rgb(255, 119, 0);</string>
71
       </property>
72
       <property name="text">
73
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Tinelix IRC Client &lt;/span&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;(codename Flight, 0.0.1 Alpha)&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
74
       </property>
75
       <property name="alignment">
76
        <set>Qt::AlignCenter</set>
77
       </property>
78
       <property name="wordWrap">
79
        <bool>true</bool>
80
       </property>
81
      </widget>
82
     </item>
83
     <item>
84
      <widget class="QLabel" name="description_label">
85
       <property name="styleSheet">
86
        <string notr="true">selection-color: rgb(255, 119, 0);</string>
87
       </property>
88
       <property name="text">
89
        <string>(description)</string>
90
       </property>
91
       <property name="alignment">
92
        <set>Qt::AlignHCenter|Qt::AlignTop</set>
93
       </property>
94
       <property name="wordWrap">
95
        <bool>true</bool>
96
       </property>
97
      </widget>
98
     </item>
99
     <item>
100
      <widget class="Line" name="line">
101
       <property name="orientation">
102
        <enum>Qt::Horizontal</enum>
103
       </property>
104
      </widget>
105
     </item>
106
     <item>
107
      <widget class="QLabel" name="label">
108
       <property name="minimumSize">
109
        <size>
110
         <width>0</width>
111
         <height>110</height>
112
        </size>
113
       </property>
114
       <property name="maximumSize">
115
        <size>
116
         <width>16777215</width>
117
         <height>110</height>
118
        </size>
119
       </property>
120
       <property name="styleSheet">
121
        <string notr="true">selection-color: rgb(255, 119, 0);</string>
122
       </property>
123
       <property name="text">
124
        <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Это свободное программное обеспечение с открытым исходным кодом, распространяемое в соответствии с условиями &lt;a href=&quot;https://www.gnu.org/licenses/gnu-3.0.ru.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#1d99f3;&quot;&gt;GNU General Public License 3.0 (прочитать лицензию)&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-weight:600;&quot;/&gt;.&lt;br&gt;&lt;br&gt;БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, ВКЛЮЧАЯ КОММЕРЧЕСКУЮ ЦЕННОСТЬ.&lt;/body&gt;&lt;/html&gt;</string>
125
       </property>
126
       <property name="alignment">
127
        <set>Qt::AlignHCenter|Qt::AlignTop</set>
128
       </property>
129
       <property name="wordWrap">
130
        <bool>true</bool>
131
       </property>
132
      </widget>
133
     </item>
134
    </layout>
135
   </item>
136
   <item>
137
    <widget class="QLabel" name="label_2">
138
     <property name="font">
139
      <font>
140
       <pointsize>8</pointsize>
141
      </font>
142
     </property>
143
     <property name="text">
144
      <string>© 2022 Dmitry Tretyakov (aka. Tinelix)</string>
145
     </property>
146
    </widget>
147
   </item>
148
   <item>
149
    <layout class="QGridLayout" name="gridLayout">
150
     <item row="0" column="0">
151
      <widget class="QPushButton" name="repo_btn">
152
       <property name="styleSheet">
153
        <string notr="true">selection-background-color: rgb(255, 119, 0);</string>
154
       </property>
155
       <property name="text">
156
        <string>Репозиторий</string>
157
       </property>
158
      </widget>
159
     </item>
160
     <item row="0" column="1">
161
      <widget class="QDialogButtonBox" name="buttonBox">
162
       <property name="styleSheet">
163
        <string notr="true">selection-background-color: rgb(255, 119, 0);</string>
164
       </property>
165
       <property name="standardButtons">
166
        <set>QDialogButtonBox::Ok</set>
167
       </property>
168
      </widget>
169
     </item>
170
    </layout>
171
   </item>
172
  </layout>
173
 </widget>
174
 <resources/>
175
 <connections>
176
  <connection>
177
   <sender>buttonBox</sender>
178
   <signal>accepted()</signal>
179
   <receiver>Dialog</receiver>
180
   <slot>accept()</slot>
181
   <hints>
182
    <hint type="sourcelabel">
183
     <x>254</x>
184
     <y>358</y>
185
    </hint>
186
    <hint type="destinationlabel">
187
     <x>203</x>
188
     <y>190</y>
189
    </hint>
190
   </hints>
191
  </connection>
192
 </connections>
193
</ui>
194

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

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

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

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