38
38
<property name="text">
39
39
<string>Welcome to NitroShare! To help make it easier to set everything up, NitroShare can guide you through the configuration process.</string>
41
<property name="alignment">
42
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
41
44
<property name="wordWrap">
85
88
<property name="text">
86
89
<string>Please enter a name for your machine. This name will be displayed to other machines on the network.</string>
91
<property name="alignment">
92
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
88
94
<property name="wordWrap">
106
112
<string notr="true">CFirstStartWizard::BroadcastDiscoveryPage</string>
108
114
<layout class="QVBoxLayout" name="verticalLayout_4">
115
<property name="spacing">
119
<widget class="QLabel" name="DiscoveryLabel">
120
<property name="text">
121
<string>NitroShare needs to determine which network interface to use. Please run NitroShare (or visit this wizard page) with any other machine on your network. This process may take up to 20 seconds to complete.</string>
123
<property name="alignment">
124
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
126
<property name="wordWrap">
110
132
<widget class="CBroadcastDiscoveryWidget" name="BroadcastDiscovery" native="true"/>
136
<widget class="QWizardPage" name="NotificationsPage">
137
<property name="title">
138
<string>NitroShare Setup</string>
140
<property name="subTitle">
141
<string>Deciding what notifications to receive.</string>
143
<attribute name="pageId">
144
<string notr="true">CFirstStartWizard::NotificationsPage</string>
146
<layout class="QVBoxLayout" name="verticalLayout_5">
147
<property name="spacing">
151
<widget class="QLabel" name="NotificationsLabel">
152
<property name="text">
153
<string>NitroShare can provide notifications for different events that take place while the program is running. For example, you can choose to receive notifications when a new machine joins the network or when you receive files. Please use the slider to adjust how many notifications you receive.</string>
155
<property name="alignment">
156
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
158
<property name="wordWrap">
164
<widget class="QSlider" name="NotificationsSlider">
165
<property name="maximum">
168
<property name="pageStep">
171
<property name="value">
174
<property name="orientation">
175
<enum>Qt::Horizontal</enum>
180
<widget class="QLabel" name="NotificationsDescription">
181
<property name="text">
184
<property name="alignment">
185
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
187
<property name="wordWrap">
114
194
<widget class="QWizardPage" name="FinishPage">
115
195
<property name="title">
116
196
<string>NitroShare Setup</string>
130
210
<property name="text">
131
211
<string>Thank you! NitroShare has finished collecting all of the information that it needs to complete the configuration process.</string>
213
<property name="alignment">
214
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
133
216
<property name="wordWrap">
134
217
<bool>true</bool>
264
<sender>CFirstStartWizard</sender>
265
<signal>currentIdChanged(int)</signal>
266
<receiver>CFirstStartWizard</receiver>
267
<slot>OnPageChanged(int)</slot>
269
<hint type="sourcelabel">
273
<hint type="destinationlabel">
176
281
<slot>OnFinished()</slot>
282
<slot>OnPageChanged(int)</slot>