added a checkbox to can disable Quick Start Wizard

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1996 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-01-12 22:46:18 +00:00
parent 96147a9734
commit eb33fa9014
3 changed files with 17 additions and 2 deletions

View file

@ -121,7 +121,7 @@ p, li { white-space: pre-wrap; }
<item row="1" column="0">
<widget class="QStackedWidget" name="pagesWizard">
<property name="currentIndex">
<number>0</number>
<number>5</number>
</property>
<widget class="QWidget" name="pageWelcome">
<layout class="QGridLayout" name="gridLayout_2">
@ -1224,6 +1224,13 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="checkBoxQuickWizard">
<property name="text">
<string>Do not Start Quick Start Wizard on Start</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="10" column="0">