~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to ui/CFirstStartWizard.ui

  • Committer: Nathan Osman
  • Date: 2012-07-03 18:54:45 UTC
  • Revision ID: admin@quickmediasolutions.com-20120703185445-39gkajlpzikj764i
Adjusted the wizard to make certain steps mandatory and added a nice animation to the broadcast discovery page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  <property name="options">
20
20
   <set>QWizard::NoCancelButton</set>
21
21
  </property>
22
 
  <widget class="QWizardPage" name="WelcomePage">
 
22
  <widget class="CWizardPage" name="WelcomePage">
23
23
   <property name="title">
24
24
    <string>NitroShare Setup</string>
25
25
   </property>
72
72
    </item>
73
73
   </layout>
74
74
  </widget>
75
 
  <widget class="QWizardPage" name="MachineNamePage">
 
75
  <widget class="CWizardPage" name="MachineNamePage">
76
76
   <property name="title">
77
77
    <string>NitroShare Setup</string>
78
78
   </property>
104
104
    </item>
105
105
   </layout>
106
106
  </widget>
107
 
  <widget class="QWizardPage" name="BroadcastDiscoveryPage">
 
107
  <widget class="CWizardPage" name="BroadcastDiscoveryPage">
108
108
   <property name="title">
109
109
    <string>NitroShare Setup</string>
110
110
   </property>
136
136
    </item>
137
137
   </layout>
138
138
  </widget>
139
 
  <widget class="QWizardPage" name="NotificationsPage">
 
139
  <widget class="CWizardPage" name="NotificationsPage">
140
140
   <property name="title">
141
141
    <string>NitroShare Setup</string>
142
142
   </property>
206
206
    </item>
207
207
   </layout>
208
208
  </widget>
209
 
  <widget class="QWizardPage" name="FinishPage">
 
209
  <widget class="CWizardPage" name="FinishPage">
210
210
   <property name="title">
211
211
    <string>NitroShare Setup</string>
212
212
   </property>
253
253
  <customwidget>
254
254
   <class>CBroadcastDiscoveryWidget</class>
255
255
   <extends>QWidget</extends>
256
 
   <header location="global">include/widgets/CBroadcastDiscoveryWidget.h</header>
 
256
   <header location="global">widgets/CBroadcastDiscoveryWidget.h</header>
 
257
   <container>1</container>
 
258
  </customwidget>
 
259
  <customwidget>
 
260
   <class>CWizardPage</class>
 
261
   <extends>QWizardPage</extends>
 
262
   <header location="global">dialogs/CFirstStartWizard.h</header>
257
263
   <container>1</container>
258
264
  </customwidget>
259
265
 </customwidgets>