~lightdm-team/lightdm/1.4

« back to all changes in this revision

Viewing changes to greeters/qt/panel.ui

  • Committer: David Edmundson
  • Date: 2011-05-21 00:53:56 UTC
  • mto: This revision was merged to the branch mainline in revision 456.
  • Revision ID: david@davidedmundson.co.uk-20110521005356-stabgjwhvgxzb4lp
Replaced Qt Demo greeter with something more extensive

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>Panel</class>
 
4
 <widget class="QWidget" name="Panel">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>863</width>
 
10
    <height>32</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QHBoxLayout" name="horizontalLayout">
 
17
   <item>
 
18
    <widget class="QComboBox" name="languageCombo"/>
 
19
   </item>
 
20
   <item>
 
21
    <widget class="QComboBox" name="layoutCombo"/>
 
22
   </item>
 
23
   <item>
 
24
    <widget class="QComboBox" name="sessionCombo"/>
 
25
   </item>
 
26
   <item>
 
27
    <spacer name="horizontalSpacer">
 
28
     <property name="orientation">
 
29
      <enum>Qt::Horizontal</enum>
 
30
     </property>
 
31
     <property name="sizeHint" stdset="0">
 
32
      <size>
 
33
       <width>485</width>
 
34
       <height>20</height>
 
35
      </size>
 
36
     </property>
 
37
    </spacer>
 
38
   </item>
 
39
   <item>
 
40
    <widget class="QPushButton" name="powerOptionsButton">
 
41
     <property name="text">
 
42
      <string>PushButton</string>
 
43
     </property>
 
44
    </widget>
 
45
   </item>
 
46
  </layout>
 
47
 </widget>
 
48
 <resources/>
 
49
 <connections/>
 
50
</ui>