~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to src/info.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2010-02-19 09:37:12 UTC
  • mfrom: (6.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100219093712-e225xvm1wjcf1cgi
Tags: 0.14-2
* comment out only function which uses va_list to work around build
  problems on armel
* Set Standards-Version to 3.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
   <rect>
9
9
    <x>0</x>
10
10
    <y>0</y>
11
 
    <width>455</width>
 
11
    <width>477</width>
12
12
    <height>337</height>
13
13
   </rect>
14
14
  </property>
15
 
  <property name="minimumSize" >
16
 
   <size>
17
 
    <width>129</width>
18
 
    <height>129</height>
19
 
   </size>
20
 
  </property>
21
15
  <property name="windowTitle" >
22
16
   <string>User Info</string>
23
17
  </property>
45
39
        <number>6</number>
46
40
       </property>
47
41
       <item row="1" column="1" >
48
 
        <widget class="QLineEdit" name="le_nickname" />
 
42
        <widget class="QLineEdit" name="le_nickname" >
 
43
         <property name="minimumSize" >
 
44
          <size>
 
45
           <width>120</width>
 
46
           <height>0</height>
 
47
          </size>
 
48
         </property>
 
49
        </widget>
49
50
       </item>
50
51
       <item row="7" column="1" >
51
52
        <spacer>
71
72
        </widget>
72
73
       </item>
73
74
       <item row="0" column="1" colspan="2" >
74
 
        <widget class="QLineEdit" name="le_fullname" />
 
75
        <widget class="ActionLineEdit" name="le_fullname" />
75
76
       </item>
76
77
       <item row="2" column="0" >
77
78
        <widget class="QLabel" name="TextLabel1_3_2_3_2" >
89
90
          <number>6</number>
90
91
         </property>
91
92
         <item>
92
 
          <widget class="QLabel" name="label_photo" >
 
93
          <widget class="QToolButton" name="tb_photo" native="true">
 
94
           <property name="shortcut" >
 
95
            <string>Alt+V</string>
 
96
           </property>
 
97
           <property name="toolTip" >
 
98
            <string>View in real size</string>
 
99
           </property>
 
100
           <property name="autoRaise" >
 
101
            <bool>true</bool>
 
102
           </property>
93
103
           <property name="sizePolicy" >
94
 
            <sizepolicy>
95
 
             <hsizetype>1</hsizetype>
96
 
             <vsizetype>4</vsizetype>
 
104
            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
97
105
             <horstretch>0</horstretch>
98
106
             <verstretch>0</verstretch>
99
107
            </sizepolicy>
104
112
             <height>129</height>
105
113
            </size>
106
114
           </property>
107
 
           <property name="maximumSize" >
108
 
            <size>
109
 
             <width>32767</width>
110
 
             <height>129</height>
111
 
            </size>
112
 
           </property>
113
 
           <property name="frameShadow" >
114
 
            <enum>QFrame::Raised</enum>
115
 
           </property>
116
 
           <property name="lineWidth" >
117
 
            <number>1</number>
118
 
           </property>
119
 
           <property name="scaledContents" >
120
 
            <bool>false</bool>
121
 
           </property>
122
 
           <property name="alignment" >
123
 
            <set>Qt::AlignCenter</set>
124
 
           </property>
125
 
           <property name="margin" >
126
 
            <number>2</number>
127
 
           </property>
128
115
          </widget>
129
116
         </item>
130
117
         <item>
219
206
        <widget class="QLineEdit" name="le_phone" />
220
207
       </item>
221
208
       <item row="2" column="1" >
222
 
        <widget class="QLineEdit" name="le_bday" />
 
209
        <widget class="ActionLineEdit" name="le_bday">
 
210
         <property name="readOnly">
 
211
          <bool>true</bool>
 
212
         </property>
 
213
        </widget>
223
214
       </item>
224
215
       <item row="4" column="1" >
225
216
        <widget class="QLineEdit" name="le_homepage" />
462
453
      </spacer>
463
454
     </item>
464
455
     <item>
 
456
      <widget class="IconButton" name="pb_disco" >
 
457
       <property name="shortcut" >
 
458
        <string>Alt+D</string>
 
459
       </property>
 
460
       <property name="psiIconName" stdset="0" >
 
461
        <string>psi/disco</string>
 
462
       </property>
 
463
      </widget>
 
464
     </item>
 
465
     <item>
465
466
      <widget class="IconButton" name="pb_submit" >
466
467
       <property name="text" >
467
468
        <string>&amp;Publish</string>
502
503
  <tabstop>le_phone</tabstop>
503
504
  <tabstop>le_homepage</tabstop>
504
505
  <tabstop>le_email</tabstop>
 
506
  <tabstop>tb_photo</tabstop>
505
507
  <tabstop>pb_open</tabstop>
506
508
  <tabstop>pb_clear</tabstop>
 
509
  <tabstop>pb_disco</tabstop>
507
510
  <tabstop>pb_submit</tabstop>
508
511
  <tabstop>pb_refresh</tabstop>
509
512
  <tabstop>pb_close</tabstop>
520
523
  <tabstop>te_desc</tabstop>
521
524
 </tabstops>
522
525
 <includes/>
 
526
 <customwidgets>
 
527
  <customwidget>
 
528
   <class>ActionLineEdit</class>
 
529
   <extends>QLineEdit</extends>
 
530
   <header>actionlineedit.h</header>
 
531
  </customwidget>
 
532
 </customwidgets>
523
533
 <resources/>
524
534
 <connections/>
525
535
</ui>