~ubuntu-branches/ubuntu/oneiric/apturl/oneiric-updates

« back to all changes in this revision

Viewing changes to data/apturl.ui

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-09-01 21:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20090901210220-12hfhfd5xo939zpq
Tags: 0.4.0ubuntu3
* Make KDE frontend use a Qt UI file (should make it easier to maintain)
* Enable KDE frontend to few HTML when about to enable a software channel
* Clean-up setup.py
* Make apturl script fall back to KDE frontend when -gtk is not installed even
  if KDE_FULL_SESSION is not set
* Resolve self-relations of apturl binary package
* fix crash on ctrl-c (in KDE frontend)

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>mainwidget</class>
 
4
 <widget class="QWidget" name="mainwidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>234</width>
 
10
    <height>68</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="windowTitle">
 
20
   <string>Form</string>
 
21
  </property>
 
22
  <layout class="QGridLayout" name="gridLayout">
 
23
   <item row="0" column="0">
 
24
    <layout class="QVBoxLayout" name="vlayout_left">
 
25
     <item>
 
26
      <widget class="QLabel" name="image_label"/>
 
27
     </item>
 
28
     <item>
 
29
      <spacer name="vertialspacer">
 
30
       <property name="orientation">
 
31
        <enum>Qt::Vertical</enum>
 
32
       </property>
 
33
       <property name="sizeHint" stdset="0">
 
34
        <size>
 
35
         <width>20</width>
 
36
         <height>20</height>
 
37
        </size>
 
38
       </property>
 
39
      </spacer>
 
40
     </item>
 
41
    </layout>
 
42
   </item>
 
43
   <item row="0" column="1">
 
44
    <layout class="QVBoxLayout" name="vlayout_right">
 
45
     <item>
 
46
      <widget class="QLabel" name="header_label">
 
47
       <property name="text">
 
48
        <string>Header</string>
 
49
       </property>
 
50
      </widget>
 
51
     </item>
 
52
     <item>
 
53
      <widget class="QLabel" name="body_label">
 
54
       <property name="text">
 
55
        <string>Body</string>
 
56
       </property>
 
57
      </widget>
 
58
     </item>
 
59
     <item>
 
60
      <spacer name="verticalSpacer">
 
61
       <property name="orientation">
 
62
        <enum>Qt::Vertical</enum>
 
63
       </property>
 
64
       <property name="sizeHint" stdset="0">
 
65
        <size>
 
66
         <width>20</width>
 
67
         <height>20</height>
 
68
        </size>
 
69
       </property>
 
70
      </spacer>
 
71
     </item>
 
72
    </layout>
 
73
   </item>
 
74
  </layout>
 
75
 </widget>
 
76
 <resources/>
 
77
 <connections/>
 
78
</ui>