podcatcher_qt/forms/podcatcherwin.ui
author larspson
Wed, 13 Oct 2010 20:15:36 +0200
branchpodcatcher_qt_symbian4
changeset 235 f0b8582ef9ac
parent 216 1f5e22508b46
child 238 ee20bf01bc84
permissions -rw-r--r--
Started some basic UI stuff
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
235
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     2
<ui version="4.0">
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     3
 <class>PodcatcherWin</class>
235
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
     4
 <widget class="QMainWindow" name="PodcatcherWin">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
     5
  <property name="geometry">
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     6
   <rect>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     7
    <x>0</x>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     8
    <y>0</y>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
     9
    <width>360</width>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    10
    <height>640</height>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    11
   </rect>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    12
  </property>
235
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    13
  <property name="windowTitle">
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    14
   <string>PodcatcherWin</string>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    15
  </property>
235
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    16
  <property name="locale">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    17
   <locale language="English" country="UnitedKingdom"/>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    18
  </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    19
  <widget class="QWidget" name="centralWidget">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    20
   <layout class="QVBoxLayout" name="verticalLayout">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    21
    <item>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    22
     <widget class="QListView" name="listView"/>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    23
    </item>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    24
    <item>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    25
     <widget class="QSplitter" name="splitter">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    26
      <property name="orientation">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    27
       <enum>Qt::Horizontal</enum>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    28
      </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    29
      <widget class="QPushButton" name="Add">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    30
       <property name="sizePolicy">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    31
        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    32
         <horstretch>0</horstretch>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    33
         <verstretch>0</verstretch>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    34
        </sizepolicy>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    35
       </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    36
       <property name="text">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    37
        <string>Add</string>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    38
       </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    39
      </widget>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    40
      <widget class="QPushButton" name="Update">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    41
       <property name="sizePolicy">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    42
        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    43
         <horstretch>0</horstretch>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    44
         <verstretch>0</verstretch>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    45
        </sizepolicy>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    46
       </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    47
       <property name="text">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    48
        <string>Update</string>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    49
       </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    50
      </widget>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    51
      <widget class="QPushButton" name="Settings">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    52
       <property name="sizePolicy">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    53
        <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    54
         <horstretch>0</horstretch>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    55
         <verstretch>0</verstretch>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    56
        </sizepolicy>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    57
       </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    58
       <property name="text">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    59
        <string>Settings</string>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    60
       </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    61
      </widget>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    62
     </widget>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    63
    </item>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    64
   </layout>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    65
  </widget>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    66
  <widget class="QMenuBar" name="menuBar">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    67
   <property name="geometry">
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    68
    <rect>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    69
     <x>0</x>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    70
     <y>0</y>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    71
     <width>360</width>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    72
     <height>18</height>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    73
    </rect>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    74
   </property>
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    75
  </widget>
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    76
 </widget>
235
f0b8582ef9ac Started some basic UI stuff
larspson
parents: 216
diff changeset
    77
 <layoutdefault spacing="6" margin="11"/>
216
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    78
 <resources/>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    79
 <connections/>
1f5e22508b46 Adding dummy qt app - base of podcatcher for QT.
mapo
parents:
diff changeset
    80
</ui>