~ubuntu-branches/ubuntu/wily/psi/wily-proposed

« back to all changes in this revision

Viewing changes to src/history.ui

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2014-07-01 21:49:34 UTC
  • mfrom: (6.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20140701214934-gt4dkgm94byi4vnn
Tags: 0.15-1
* New upstream version
* set debhelper compat level to 9
* set Standards-Version to 3.9.5 (no further changes)
* add lintian override regarding license-problem-non-free-RFC
* use qconf to regenerate configure script
* implement hardening using buildflags instead of hardening-wrapper

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>HistoryDlg</class>
 
4
 <widget class="QDialog" name="HistoryDlg">
 
5
  <property name="windowModality">
 
6
   <enum>Qt::NonModal</enum>
 
7
  </property>
 
8
  <property name="geometry">
 
9
   <rect>
 
10
    <x>0</x>
 
11
    <y>0</y>
 
12
    <width>672</width>
 
13
    <height>680</height>
 
14
   </rect>
 
15
  </property>
 
16
  <property name="sizePolicy">
 
17
   <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
18
    <horstretch>0</horstretch>
 
19
    <verstretch>0</verstretch>
 
20
   </sizepolicy>
 
21
  </property>
 
22
  <property name="minimumSize">
 
23
   <size>
 
24
    <width>0</width>
 
25
    <height>0</height>
 
26
   </size>
 
27
  </property>
 
28
  <property name="windowTitle">
 
29
   <string>HistoryDlg</string>
 
30
  </property>
 
31
  <property name="sizeGripEnabled">
 
32
   <bool>true</bool>
 
33
  </property>
 
34
  <property name="modal">
 
35
   <bool>true</bool>
 
36
  </property>
 
37
  <layout class="QGridLayout" name="gridLayout">
 
38
   <item row="0" column="0">
 
39
    <widget class="QComboBox" name="accountsBox">
 
40
     <property name="maximumSize">
 
41
      <size>
 
42
       <width>220</width>
 
43
       <height>16777215</height>
 
44
      </size>
 
45
     </property>
 
46
    </widget>
 
47
   </item>
 
48
   <item row="0" column="1">
 
49
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
50
     <item>
 
51
      <widget class="QLineEdit" name="searchField">
 
52
       <property name="sizePolicy">
 
53
        <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
 
54
         <horstretch>0</horstretch>
 
55
         <verstretch>0</verstretch>
 
56
        </sizepolicy>
 
57
       </property>
 
58
      </widget>
 
59
     </item>
 
60
     <item>
 
61
      <widget class="QToolButton" name="tb_find">
 
62
       <property name="sizePolicy">
 
63
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
64
         <horstretch>0</horstretch>
 
65
         <verstretch>0</verstretch>
 
66
        </sizepolicy>
 
67
       </property>
 
68
       <property name="maximumSize">
 
69
        <size>
 
70
         <width>27</width>
 
71
         <height>27</height>
 
72
        </size>
 
73
       </property>
 
74
       <property name="text">
 
75
        <string/>
 
76
       </property>
 
77
      </widget>
 
78
     </item>
 
79
    </layout>
 
80
   </item>
 
81
   <item row="1" column="0">
 
82
    <widget class="QListWidget" name="jidList">
 
83
     <property name="maximumSize">
 
84
      <size>
 
85
       <width>220</width>
 
86
       <height>16777215</height>
 
87
      </size>
 
88
     </property>
 
89
     <property name="sortingEnabled">
 
90
      <bool>true</bool>
 
91
     </property>
 
92
    </widget>
 
93
   </item>
 
94
   <item row="1" column="1" rowspan="2">
 
95
    <widget class="PsiTextView" name="msgLog">
 
96
     <property name="sizePolicy">
 
97
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
 
98
       <horstretch>0</horstretch>
 
99
       <verstretch>0</verstretch>
 
100
      </sizepolicy>
 
101
     </property>
 
102
     <property name="maximumSize">
 
103
      <size>
 
104
       <width>16777215</width>
 
105
       <height>16777215</height>
 
106
      </size>
 
107
     </property>
 
108
     <property name="focusPolicy">
 
109
      <enum>Qt::ClickFocus</enum>
 
110
     </property>
 
111
     <property name="readOnly">
 
112
      <bool>true</bool>
 
113
     </property>
 
114
    </widget>
 
115
   </item>
 
116
   <item row="2" column="0">
 
117
    <widget class="QCalendarWidget" name="calendar">
 
118
     <property name="maximumSize">
 
119
      <size>
 
120
       <width>220</width>
 
121
       <height>220</height>
 
122
      </size>
 
123
     </property>
 
124
     <property name="firstDayOfWeek">
 
125
      <enum>Qt::Sunday</enum>
 
126
     </property>
 
127
     <property name="gridVisible">
 
128
      <bool>true</bool>
 
129
     </property>
 
130
     <property name="horizontalHeaderFormat">
 
131
      <enum>QCalendarWidget::ShortDayNames</enum>
 
132
     </property>
 
133
     <property name="verticalHeaderFormat">
 
134
      <enum>QCalendarWidget::NoVerticalHeader</enum>
 
135
     </property>
 
136
    </widget>
 
137
   </item>
 
138
   <item row="3" column="0">
 
139
    <widget class="QPushButton" name="buttonRefresh">
 
140
     <property name="sizePolicy">
 
141
      <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
 
142
       <horstretch>0</horstretch>
 
143
       <verstretch>0</verstretch>
 
144
      </sizepolicy>
 
145
     </property>
 
146
     <property name="maximumSize">
 
147
      <size>
 
148
       <width>220</width>
 
149
       <height>16777215</height>
 
150
      </size>
 
151
     </property>
 
152
     <property name="focusPolicy">
 
153
      <enum>Qt::NoFocus</enum>
 
154
     </property>
 
155
     <property name="toolTip">
 
156
      <string>Refresh history</string>
 
157
     </property>
 
158
     <property name="text">
 
159
      <string>&amp;Refresh</string>
 
160
     </property>
 
161
     <property name="autoDefault">
 
162
      <bool>false</bool>
 
163
     </property>
 
164
    </widget>
 
165
   </item>
 
166
   <item row="3" column="1">
 
167
    <layout class="QHBoxLayout" name="horizontalLayout">
 
168
     <property name="sizeConstraint">
 
169
      <enum>QLayout::SetDefaultConstraint</enum>
 
170
     </property>
 
171
     <item>
 
172
      <widget class="QPushButton" name="buttonEarliest">
 
173
       <property name="focusPolicy">
 
174
        <enum>Qt::NoFocus</enum>
 
175
       </property>
 
176
       <property name="text">
 
177
        <string>&amp;Earliest</string>
 
178
       </property>
 
179
      </widget>
 
180
     </item>
 
181
     <item>
 
182
      <widget class="QPushButton" name="buttonPrevious">
 
183
       <property name="focusPolicy">
 
184
        <enum>Qt::NoFocus</enum>
 
185
       </property>
 
186
       <property name="text">
 
187
        <string>&amp;Previous</string>
 
188
       </property>
 
189
       <property name="autoDefault">
 
190
        <bool>false</bool>
 
191
       </property>
 
192
      </widget>
 
193
     </item>
 
194
     <item>
 
195
      <spacer name="horizontalSpacer_2">
 
196
       <property name="orientation">
 
197
        <enum>Qt::Horizontal</enum>
 
198
       </property>
 
199
       <property name="sizeType">
 
200
        <enum>QSizePolicy::Expanding</enum>
 
201
       </property>
 
202
       <property name="sizeHint" stdset="0">
 
203
        <size>
 
204
         <width>13</width>
 
205
         <height>13</height>
 
206
        </size>
 
207
       </property>
 
208
      </spacer>
 
209
     </item>
 
210
     <item>
 
211
      <widget class="QPushButton" name="buttonNext">
 
212
       <property name="focusPolicy">
 
213
        <enum>Qt::NoFocus</enum>
 
214
       </property>
 
215
       <property name="text">
 
216
        <string>&amp;Next</string>
 
217
       </property>
 
218
       <property name="autoDefault">
 
219
        <bool>false</bool>
 
220
       </property>
 
221
      </widget>
 
222
     </item>
 
223
     <item>
 
224
      <widget class="QPushButton" name="buttonLastest">
 
225
       <property name="focusPolicy">
 
226
        <enum>Qt::NoFocus</enum>
 
227
       </property>
 
228
       <property name="text">
 
229
        <string>&amp;Lastest</string>
 
230
       </property>
 
231
      </widget>
 
232
     </item>
 
233
    </layout>
 
234
   </item>
 
235
   <item row="4" column="0">
 
236
    <widget class="BusyWidget" name="busy" native="true"/>
 
237
   </item>
 
238
  </layout>
 
239
 </widget>
 
240
 <customwidgets>
 
241
  <customwidget>
 
242
   <class>PsiTextView</class>
 
243
   <extends>QTextEdit</extends>
 
244
   <header>psitextview.h</header>
 
245
  </customwidget>
 
246
  <customwidget>
 
247
   <class>BusyWidget</class>
 
248
   <extends>QWidget</extends>
 
249
   <header>busywidget.h</header>
 
250
   <container>1</container>
 
251
  </customwidget>
 
252
 </customwidgets>
 
253
 <tabstops>
 
254
  <tabstop>jidList</tabstop>
 
255
  <tabstop>calendar</tabstop>
 
256
  <tabstop>searchField</tabstop>
 
257
  <tabstop>buttonEarliest</tabstop>
 
258
  <tabstop>buttonPrevious</tabstop>
 
259
  <tabstop>buttonNext</tabstop>
 
260
  <tabstop>buttonLastest</tabstop>
 
261
  <tabstop>accountsBox</tabstop>
 
262
  <tabstop>tb_find</tabstop>
 
263
  <tabstop>msgLog</tabstop>
 
264
 </tabstops>
 
265
 <resources/>
 
266
 <connections/>
 
267
</ui>