~bigon/ubuntu-sso-client/gnome3-gnome-keyring

« back to all changes in this revision

Viewing changes to data/qt/success_message.ui

  • Committer: Tarmac
  • Author(s): Manuel de la Pena, ralsina
  • Date: 2011-04-14 12:46:42 UTC
  • mfrom: (675.24.7 success_message)
  • Revision ID: tarmac-20110414124642-2n1qcma4mbxfvf0u
Fixes lp: 751235

Adds a new page that will be used to show success messages. The page will be loaded and show by the UbuntuSSOWizard controller who changes the page and the buttons layout to be used so that only the finish buttons is shown.

Tests have been added to ensure the following:

* Correct behavior of the used generated code.
* Correct behavior of the controller.

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>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="success_message_label">
 
19
     <property name="text">
 
20
      <string>TextLabel</string>
 
21
     </property>
 
22
     <property name="alignment">
 
23
      <set>Qt::AlignCenter</set>
 
24
     </property>
 
25
    </widget>
 
26
   </item>
 
27
  </layout>
 
28
 </widget>
 
29
 <resources/>
 
30
 <connections/>
 
31
</ui>