Add credits for Marek
[trojita.git] / src / Gui / ImapInfoDialog.ui
blob9d81634f03aad310f9f76f094102abd6a0ff0066
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ImapInfoDialog</class>
4 <widget class="QDialog" name="ImapInfoDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>350</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>IMAP Server Info</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <property name="rightMargin">
18 <number>0</number>
19 </property>
20 <item>
21 <layout class="QHBoxLayout" name="main">
22 <property name="spacing">
23 <number>10</number>
24 </property>
25 <item>
26 <layout class="QVBoxLayout" name="column" stretch="0,1">
27 <property name="spacing">
28 <number>20</number>
29 </property>
30 <item>
31 <widget class="QLabel" name="version">
32 <property name="text">
33 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;SERVERINFO Placeholder&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
34 </property>
35 <property name="wordWrap">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 <item>
41 <widget class="QScrollArea" name="scrollableCapabilities">
42 <property name="frameShape">
43 <enum>QFrame::NoFrame</enum>
44 </property>
45 <property name="verticalScrollBarPolicy">
46 <enum>Qt::ScrollBarAsNeeded</enum>
47 </property>
48 <property name="horizontalScrollBarPolicy">
49 <enum>Qt::ScrollBarAlwaysOff</enum>
50 </property>
51 <property name="widgetResizable">
52 <bool>true</bool>
53 </property>
54 <widget class="QLabel" name="capabilities">
55 <property name="geometry">
56 <rect>
57 <x>0</x>
58 <y>0</y>
59 <width>340</width>
60 <height>306</height>
61 </rect>
62 </property>
63 <property name="font">
64 <font>
65 <family>Monospace</family>
66 </font>
67 </property>
68 <property name="text">
69 <string notr="true">CAPABILITIES placeholder</string>
70 </property>
71 <property name="alignment">
72 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
73 </property>
74 <property name="wordWrap">
75 <bool>true</bool>
76 </property>
77 <property name="readOnly" stdset="0">
78 <bool>true</bool>
79 </property>
80 </widget>
81 </widget>
82 </item>
83 </layout>
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::Ok</set>
94 </property>
95 <property name="centerButtons">
96 <bool>true</bool>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 </widget>
102 <resources>
103 <include location="../icons.qrc"/>
104 </resources>
105 <connections>
106 <connection>
107 <sender>buttonBox</sender>
108 <signal>accepted()</signal>
109 <receiver>ImapInfoDialog</receiver>
110 <slot>accept()</slot>
111 <hints>
112 <hint type="sourcelabel">
113 <x>20</x>
114 <y>20</y>
115 </hint>
116 <hint type="destinationlabel">
117 <x>20</x>
118 <y>20</y>
119 </hint>
120 </hints>
121 </connection>
122 <connection>
123 <sender>buttonBox</sender>
124 <signal>rejected()</signal>
125 <receiver>ImapInfoDialog</receiver>
126 <slot>reject()</slot>
127 <hints>
128 <hint type="sourcelabel">
129 <x>20</x>
130 <y>20</y>
131 </hint>
132 <hint type="destinationlabel">
133 <x>20</x>
134 <y>20</y>
135 </hint>
136 </hints>
137 </connection>
138 </connections>
139 </ui>