mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
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:
parent
96147a9734
commit
eb33fa9014
3 changed files with 17 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue