~cyberspace/cyberspace/akonadi-google-packaging

« back to all changes in this revision

Viewing changes to contacts/ui/groupeditor.ui

  • Committer: Jonathan Riddell
  • Date: 2012-04-05 12:23:46 UTC
  • Revision ID: jriddell@canonical.com-20120405122346-bq3clkdhfut0ffgt
include only the packaging

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>GroupEditor</class>
4
 
 <widget class="QWidget" name="GroupEditor">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>400</width>
10
 
    <height>30</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Group Editor</string>
15
 
  </property>
16
 
  <layout class="QFormLayout" name="formLayout">
17
 
   <item row="0" column="0">
18
 
    <widget class="QLabel" name="label">
19
 
     <property name="text">
20
 
      <string>Group Name:</string>
21
 
     </property>
22
 
    </widget>
23
 
   </item>
24
 
   <item row="0" column="1">
25
 
    <widget class="QLineEdit" name="groupNameEdit"/>
26
 
   </item>
27
 
  </layout>
28
 
 </widget>
29
 
 <resources/>
30
 
 <connections/>
31
 
</ui>