~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to src/ui_info.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
 
1
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2
2
<class>InfoUI</class>
3
3
<widget class="QDialog">
4
4
    <property name="name">
5
 
        <cstring>InfoDialog1</cstring>
 
5
        <cstring>InfoUI</cstring>
6
6
    </property>
7
7
    <property name="geometry">
8
8
        <rect>
9
9
            <x>0</x>
10
10
            <y>0</y>
11
 
            <width>457</width>
12
 
            <height>356</height>
 
11
            <width>455</width>
 
12
            <height>337</height>
13
13
        </rect>
14
14
    </property>
15
15
    <property name="caption">
16
 
        <string>InfoDialog1</string>
 
16
        <string>User Info</string>
17
17
    </property>
18
18
    <property name="sizeGripEnabled">
19
19
        <bool>true</bool>
144
144
                        </grid>
145
145
                    </widget>
146
146
                    <spacer>
147
 
                        <property name="name" stdset="0">
 
147
                        <property name="name">
148
148
                            <cstring>Spacer5</cstring>
149
149
                        </property>
150
150
                        <property name="orientation">
155
155
                        </property>
156
156
                        <property name="sizeHint">
157
157
                            <size>
158
 
                                <width>20</width>
 
158
                                <width>0</width>
159
159
                                <height>20</height>
160
160
                            </size>
161
161
                        </property>
266
266
                        </grid>
267
267
                    </widget>
268
268
                    <spacer>
269
 
                        <property name="name" stdset="0">
 
269
                        <property name="name">
270
270
                            <cstring>Spacer3</cstring>
271
271
                        </property>
272
272
                        <property name="orientation">
277
277
                        </property>
278
278
                        <property name="sizeHint">
279
279
                            <size>
280
 
                                <width>20</width>
 
280
                                <width>0</width>
281
281
                                <height>20</height>
282
282
                            </size>
283
283
                        </property>
370
370
                        </grid>
371
371
                    </widget>
372
372
                    <spacer>
373
 
                        <property name="name" stdset="0">
 
373
                        <property name="name">
374
374
                            <cstring>Spacer7</cstring>
375
375
                        </property>
376
376
                        <property name="orientation">
381
381
                        </property>
382
382
                        <property name="sizeHint">
383
383
                            <size>
384
 
                                <width>20</width>
 
384
                                <width>0</width>
385
385
                                <height>20</height>
386
386
                            </size>
387
387
                        </property>
415
415
        </widget>
416
416
        <widget class="QLayoutWidget">
417
417
            <property name="name">
418
 
                <cstring>Layout5</cstring>
 
418
                <cstring>layout68</cstring>
419
419
            </property>
420
420
            <hbox>
421
421
                <property name="name">
422
422
                    <cstring>unnamed</cstring>
423
423
                </property>
424
 
                <property name="margin">
425
 
                    <number>0</number>
426
 
                </property>
427
 
                <property name="spacing">
428
 
                    <number>6</number>
429
 
                </property>
 
424
                <widget class="BusyWidget">
 
425
                    <property name="name">
 
426
                        <cstring>busy</cstring>
 
427
                    </property>
 
428
                </widget>
430
429
                <spacer>
431
 
                    <property name="name" stdset="0">
 
430
                    <property name="name">
432
431
                        <cstring>Horizontal Spacing2</cstring>
433
432
                    </property>
434
433
                    <property name="orientation">
439
438
                    </property>
440
439
                    <property name="sizeHint">
441
440
                        <size>
442
 
                            <width>20</width>
443
 
                            <height>20</height>
 
441
                            <width>149</width>
 
442
                            <height>16</height>
444
443
                        </size>
445
444
                    </property>
446
445
                </spacer>
447
 
                <widget class="QPushButton">
 
446
                <widget class="IconButton">
448
447
                    <property name="name">
449
448
                        <cstring>pb_submit</cstring>
450
449
                    </property>
452
451
                        <string>&amp;Publish</string>
453
452
                    </property>
454
453
                </widget>
455
 
                <widget class="QPushButton">
 
454
                <widget class="IconButton">
456
455
                    <property name="name">
457
456
                        <cstring>pb_refresh</cstring>
458
457
                    </property>
459
458
                    <property name="text">
460
459
                        <string>&amp;Retrieve</string>
461
460
                    </property>
462
 
                    <property name="accel">
463
 
                        <number>276824146</number>
464
 
                    </property>
465
 
                    <property name="autoDefault">
466
 
                        <bool>true</bool>
467
 
                    </property>
468
 
                    <property name="default">
469
 
                        <bool>true</bool>
 
461
                    <property name="iconName" stdset="0">
 
462
                        <string>psi/reload</string>
470
463
                    </property>
471
464
                </widget>
472
 
                <widget class="QPushButton">
 
465
                <widget class="IconButton">
473
466
                    <property name="name">
474
467
                        <cstring>pb_close</cstring>
475
468
                    </property>
476
469
                    <property name="text">
477
470
                        <string>&amp;Close</string>
478
471
                    </property>
479
 
                    <property name="accel">
480
 
                        <number>276824131</number>
481
 
                    </property>
482
 
                    <property name="autoDefault">
483
 
                        <bool>true</bool>
 
472
                    <property name="iconName" stdset="0">
 
473
                        <string>psi/close</string>
484
474
                    </property>
485
475
                </widget>
486
476
            </hbox>
491
481
    <connection>
492
482
        <sender>pb_close</sender>
493
483
        <signal>clicked()</signal>
494
 
        <receiver>InfoDialog1</receiver>
495
 
        <slot>close()</slot>
 
484
        <receiver>InfoUI</receiver>
 
485
        <slot>accept()</slot>
496
486
    </connection>
497
487
</connections>
498
488
<tabstops>
514
504
    <tabstop>le_role</tabstop>
515
505
    <tabstop>te_desc</tabstop>
516
506
    <tabstop>le_phone</tabstop>
517
 
    <tabstop>pb_refresh</tabstop>
518
 
    <tabstop>pb_close</tabstop>
519
507
</tabstops>
520
508
<layoutdefaults spacing="6" margin="11"/>
 
509
<includehints>
 
510
    <includehint>busywidget.h</includehint>
 
511
    <includehint>iconwidget.h</includehint>
 
512
    <includehint>iconwidget.h</includehint>
 
513
    <includehint>iconwidget.h</includehint>
 
514
</includehints>
521
515
</UI>