moved Plugins page little bit to the top of the settings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4293 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2011-06-19 09:44:42 +00:00
parent 0706b133a7
commit af858223d9
2 changed files with 13 additions and 10 deletions

View File

@ -108,6 +108,7 @@ RSettingsWin::initStackedWidget()
stackedWidget->addWidget(new ServerPage());
stackedWidget->addWidget(new TransferPage());
stackedWidget->addWidget(new DirectoriesPage());
stackedWidget->addWidget(new PluginsPage() );
stackedWidget->addWidget(new NotifyPage());
stackedWidget->addWidget(new CryptoPage());
stackedWidget->addWidget(new MessagePage());
@ -115,7 +116,6 @@ RSettingsWin::initStackedWidget()
stackedWidget->addWidget(new ChatPage());
stackedWidget->addWidget(new AppearancePage());
stackedWidget->addWidget(new SoundPage() );
stackedWidget->addWidget(new PluginsPage() );
setNewPage(General);
}

View File

@ -59,6 +59,9 @@
<property name="layoutMode">
<enum>QListView::SinglePass</enum>
</property>
<property name="spacing">
<number>0</number>
</property>
<property name="gridSize">
<size>
<width>100</width>
@ -113,6 +116,15 @@
<normaloff>:/images/folder_doments.png</normaloff>:/images/folder_doments.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Plugins</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/extension_32.png</normaloff>:/images/extension_32.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Notify</string>
@ -176,15 +188,6 @@
<normaloff>:/images/sound.png</normaloff>:/images/sound.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Plugins</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/extension_32.png</normaloff>:/images/extension_32.png</iconset>
</property>
</item>
</widget>
</item>
<item row="0" column="1">