~mvo/ubuntu-sso-client/strawman-lp711413

« back to all changes in this revision

Viewing changes to data/qt/success_message.ui

  • Committer: Natalia B. Bidart
  • Date: 2011-12-20 16:29:34 UTC
  • Revision ID: natalia.bidart@canonical.com-20111220162934-2s5xou06v3usxyr6
Tags: ubuntu-sso-client-2_99_0
- Release v2.99.0.

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>SuccessPage</class>
4
 
 <widget class="QWizardPage" name="SuccessPage">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>94</width>
10
 
    <height>58</height>
11
 
   </rect>
12
 
  </property>
13
 
  <layout class="QVBoxLayout" name="verticalLayout">
14
 
   <item>
15
 
    <widget class="QLabel" name="image_label">
16
 
     <property name="text">
17
 
      <string notr="true">TextLabel</string>
18
 
     </property>
19
 
    </widget>
20
 
   </item>
21
 
   <item>
22
 
    <widget class="QLabel" name="success_message_body">
23
 
     <property name="text">
24
 
      <string notr="true">TextLabel</string>
25
 
     </property>
26
 
    </widget>
27
 
   </item>
28
 
  </layout>
29
 
 </widget>
30
 
 <resources/>
31
 
 <connections/>
32
 
</ui>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>SuccessPage</class>
 
4
 <widget class="QWizardPage" name="SuccessPage">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>400</width>
 
10
    <height>300</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>WizardPage</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout" name="verticalLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="image_label">
 
19
     <property name="text">
 
20
      <string>TextLabel</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="QLabel" name="success_message_body">
 
26
     <property name="text">
 
27
      <string>TextLabel</string>
 
28
     </property>
 
29
    </widget>
 
30
   </item>
 
31
  </layout>
 
32
 </widget>
 
33
 <resources/>
 
34
 <connections/>
 
35
</ui>