mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-14 02:14:33 -05:00
227 lines
6.8 KiB
XML
Executable File
227 lines
6.8 KiB
XML
Executable File
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>GeneralPage</class>
|
|
<widget class="QWidget" name="GeneralPage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>485</width>
|
|
<height>465</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout">
|
|
<item>
|
|
<widget class="QGroupBox" name="startupGBox">
|
|
<property name="title">
|
|
<string>Startup</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="startupGBoxGLayout">
|
|
<property name="verticalSpacing">
|
|
<number>2</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="chkRunRetroshareAtSystemStartup">
|
|
<property name="text">
|
|
<string>Start RetroShare when my system starts</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QCheckBox" name="checkStartMinimized">
|
|
<property name="text">
|
|
<string>Start minimized</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<layout class="QHBoxLayout" name="runRetroshareAtSystemStartupMinimizedHLayout">
|
|
<item>
|
|
<spacer name="runRetroshareAtSystemStartupMinimizedHSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>15</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QCheckBox" name="chkRunRetroshareAtSystemStartupMinimized">
|
|
<property name="text">
|
|
<string>Start minimized on system start</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="advGBox">
|
|
<property name="title">
|
|
<string>For Advanced Users </string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="advGBoxVLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="checkAdvanced">
|
|
<property name="text">
|
|
<string>Enable Advanced Mode (Restart Required)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="miscGBox">
|
|
<property name="title">
|
|
<string>Misc</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="miscGBoxGLayout">
|
|
<property name="verticalSpacing">
|
|
<number>2</number>
|
|
</property>
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="checkQuit">
|
|
<property name="text">
|
|
<string>Do not show the Quit RetroShare MessageBox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QCheckBox" name="checkCloseToTray">
|
|
<property name="text">
|
|
<string>Minimize to Tray Icon</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QCheckBox" name="autoLogin">
|
|
<property name="text">
|
|
<string>Auto Login</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="3" column="0">
|
|
<layout class="QHBoxLayout" name="retroshareProtocolHLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="registerRetroShareProtocol">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>0</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
<property name="text">
|
|
<string>Register retroshare:// as URL protocol</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="adminLabel">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>16</width>
|
|
<height>16</height>
|
|
</size>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string>You need administrator rights to change this option.</string>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="../images.qrc">:/images/admin-16.png</pixmap>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item row="5" column="0">
|
|
<widget class="QCheckBox" name="useLocalServer">
|
|
<property name="toolTip">
|
|
<string>When checked, this instance receives new parameters (like RsLink or RsFile) and avoid new one.</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Use Local Server to get new arguments.</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="4" column="0">
|
|
<widget class="QLabel" name="desktopFileMissingLabel">
|
|
<property name="font">
|
|
<font>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><html><head/><body><p>Install RetroShare with a package installer to get</p><p>/usr/share/applications/retroshare.desktop</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>!!!The RetroShare's desktop file is missing or wrong!!!</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QGroupBox" name="idleGBox">
|
|
<property name="title">
|
|
<string>Idle</string>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="idleGBoxHLayout">
|
|
<item>
|
|
<widget class="QLabel" name="idleLabel">
|
|
<property name="text">
|
|
<string>Idle Time</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QSpinBox" name="idleSpinBox">
|
|
<property name="suffix">
|
|
<string> seconds</string>
|
|
</property>
|
|
<property name="prefix">
|
|
<string/>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>1000</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="mainVSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Vertical</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>40</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../images.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|