1
<?xml version="1.0" encoding="UTF-8"?>
3
<class>CFirstStartWizard</class>
4
<widget class="QWizard" name="CFirstStartWizard">
5
<property name="geometry">
13
<property name="windowTitle">
14
<string>NitroShare Wizard</string>
16
<property name="wizardStyle">
17
<enum>QWizard::AeroStyle</enum>
19
<property name="options">
20
<set>QWizard::NoCancelButton</set>
22
<widget class="QWizardPage" name="Page1">
23
<property name="title">
24
<string>NitroShare Setup</string>
26
<property name="subTitle">
27
<string>Gathering information for initial configuration.</string>
29
<attribute name="pageId">
30
<string notr="true">CFirstStartWizard::WelcomePage</string>
32
<layout class="QVBoxLayout" name="verticalLayout">
34
<widget class="QLabel" name="WelcomeLabel">
35
<property name="text">
36
<string>Welcome to NitroShare! To help make it easier to set everything up, NitroShare can guide you through the configuration process.</string>
38
<property name="wordWrap">
44
<widget class="QRadioButton" name="AutoConfigure">
45
<property name="text">
46
<string>Help me set up NitroShare</string>
48
<property name="checked">
54
<widget class="QRadioButton" name="ManualConfigure">
55
<property name="text">
56
<string>I will configure NitroShare myself</string>
62
<widget class="QWizardPage" name="Page2">
63
<property name="title">
64
<string>NitroShare Setup</string>
66
<property name="subTitle">
67
<string>Collecting basic information about the client.</string>
69
<attribute name="pageId">
70
<string notr="true">CFirstStartWizard::MachineNamePage</string>
72
<layout class="QVBoxLayout" name="verticalLayout_2">
74
<widget class="QLabel" name="MachineNameLabel">
75
<property name="text">
76
<string>Please enter a name for your machine. This name will be displayed to other machines on the network.</string>
78
<property name="wordWrap">
84
<widget class="QLineEdit" name="MachineName"/>
88
<widget class="QWizardPage" name="Page3">
89
<property name="title">
90
<string>NitroShare Setup</string>
92
<property name="subTitle">
93
<string>Completing the configuration phase.</string>
95
<attribute name="pageId">
96
<string notr="true">CFirstStartWizard::FinishPage</string>
98
<layout class="QVBoxLayout" name="verticalLayout_3">
100
<widget class="QLabel" name="ThankYouLabel">
101
<property name="text">
102
<string>Thank you! NitroShare has collected all of the information that it needs.</string>
104
<property name="wordWrap">
110
<widget class="QLabel" name="StartLabel">
111
<property name="text">
112
<string>The application will now start.</string>
122
<sender>CFirstStartWizard</sender>
123
<signal>accepted()</signal>
124
<receiver>CFirstStartWizard</receiver>
125
<slot>OnFinished()</slot>
127
<hint type="sourcelabel">
131
<hint type="destinationlabel">
139
<slot>OnFinished()</slot>