~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to ui/CFirstStartWizard.ui

  • Committer: Nathan Osman
  • Date: 2012-06-30 05:23:38 UTC
  • Revision ID: admin@quickmediasolutions.com-20120630052338-fddwjohuy95h3zbk
Added implementation of notification settings page.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
    <item>
167
167
     <widget class="QSlider" name="NotificationsSlider">
168
168
      <property name="maximum">
169
 
       <number>2</number>
 
169
       <number>3</number>
170
170
      </property>
171
171
      <property name="pageStep">
172
172
       <number>1</number>
173
173
      </property>
174
174
      <property name="value">
175
 
       <number>1</number>
 
175
       <number>2</number>
 
176
      </property>
 
177
      <property name="tracking">
 
178
       <bool>true</bool>
176
179
      </property>
177
180
      <property name="orientation">
178
181
       <enum>Qt::Horizontal</enum>
179
182
      </property>
 
183
      <property name="invertedAppearance">
 
184
       <bool>false</bool>
 
185
      </property>
 
186
      <property name="invertedControls">
 
187
       <bool>false</bool>
 
188
      </property>
 
189
      <property name="tickPosition">
 
190
       <enum>QSlider::TicksBelow</enum>
 
191
      </property>
180
192
     </widget>
181
193
    </item>
182
194
    <item>
279
291
    </hint>
280
292
   </hints>
281
293
  </connection>
 
294
  <connection>
 
295
   <sender>NotificationsSlider</sender>
 
296
   <signal>valueChanged(int)</signal>
 
297
   <receiver>CFirstStartWizard</receiver>
 
298
   <slot>OnNotificationsChanged(int)</slot>
 
299
   <hints>
 
300
    <hint type="sourcelabel">
 
301
     <x>49</x>
 
302
     <y>79</y>
 
303
    </hint>
 
304
    <hint type="destinationlabel">
 
305
     <x>249</x>
 
306
     <y>174</y>
 
307
    </hint>
 
308
   </hints>
 
309
  </connection>
282
310
 </connections>
283
311
 <slots>
284
312
  <slot>OnFinished()</slot>
285
313
  <slot>OnPageChanged(int)</slot>
 
314
  <slot>OnNotificationsChanged(int)</slot>
286
315
 </slots>
287
316
</ui>