diff -r 4e8b98454baa -r 800c432b34c8 eric7/Preferences/ConfigurationPages/ApplicationPage.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/Preferences/ConfigurationPages/ApplicationPage.ui Sat May 15 18:45:04 2021 +0200 @@ -0,0 +1,436 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>ApplicationPage</class> + <widget class="QWidget" name="ApplicationPage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>589</width> + <height>610</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout_4"> + <item> + <widget class="QLabel" name="headerLabel"> + <property name="text"> + <string><b>Configure the application</b></string> + </property> + </widget> + </item> + <item> + <widget class="Line" name="line9_3"> + <property name="frameShape"> + <enum>QFrame::HLine</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Sunken</enum> + </property> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="singleApplicationCheckBox"> + <property name="toolTip"> + <string>Select, if only one instance of the application should be running</string> + </property> + <property name="text"> + <string>Single Application Mode</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="splashScreenCheckBox"> + <property name="toolTip"> + <string>Select to show the startup splash screen</string> + </property> + <property name="text"> + <string>Show Splash Screen at startup</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="crashSessionEnabledCheckBox"> + <property name="toolTip"> + <string>Select to enable the generation of a crash session file</string> + </property> + <property name="text"> + <string>Enable Crash Session</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="globalMenuCheckBox"> + <property name="toolTip"> + <string>Select to use the global application menu bar</string> + </property> + <property name="text"> + <string>Use Global Menu Bar</string> + </property> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_3"> + <property name="title"> + <string>Open at startup</string> + </property> + <layout class="QGridLayout"> + <item row="0" column="0"> + <widget class="QRadioButton" name="noOpenRadioButton"> + <property name="toolTip"> + <string>Select to not open anything</string> + </property> + <property name="text"> + <string>None</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QRadioButton" name="lastFileRadioButton"> + <property name="toolTip"> + <string>Select to open the most recently opened file</string> + </property> + <property name="text"> + <string>Last File</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QRadioButton" name="lastProjectRadioButton"> + <property name="toolTip"> + <string>Select to open the most recently opened project</string> + </property> + <property name="text"> + <string>Last Project</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QRadioButton" name="lastMultiprojectRadioButton"> + <property name="toolTip"> + <string>Select to open the most recently opened multiproject</string> + </property> + <property name="text"> + <string>Last Multiproject</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QRadioButton" name="globalSessionRadioButton"> + <property name="toolTip"> + <string>Select to restore the global session</string> + </property> + <property name="text"> + <string>Global Session</string> + </property> + </widget> + </item> + <item row="3" column="0" colspan="2"> + <widget class="QCheckBox" name="openCrashSessionCheckBox"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Select to look for a crash session file first</string> + </property> + <property name="text"> + <string>Load Crash Session</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_2"> + <property name="title"> + <string>Check for updates</string> + </property> + <layout class="QHBoxLayout"> + <item> + <widget class="QRadioButton" name="noCheckRadioButton"> + <property name="toolTip"> + <string>Select to disable update checking</string> + </property> + <property name="text"> + <string>Never</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="alwaysCheckRadioButton"> + <property name="toolTip"> + <string>Select to check for updates at every startup</string> + </property> + <property name="text"> + <string>Always</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="dailyCheckRadioButton"> + <property name="toolTip"> + <string>Select to check for updates once a day</string> + </property> + <property name="text"> + <string>Daily</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="weeklyCheckRadioButton"> + <property name="toolTip"> + <string>Select to check for updates once a week</string> + </property> + <property name="text"> + <string>Weekly</string> + </property> + </widget> + </item> + <item> + <widget class="QRadioButton" name="monthlyCheckRadioButton"> + <property name="toolTip"> + <string>Select to check for updates once a month</string> + </property> + <property name="text"> + <string>Monthly</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_4"> + <property name="title"> + <string>Reporting</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <widget class="QCheckBox" name="systemEmailClientCheckBox"> + <property name="toolTip"> + <string>Select to use the system email client to send reports</string> + </property> + <property name="text"> + <string>Use System Email Client</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Error Log</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QCheckBox" name="errorlogCheckBox"> + <property name="toolTip"> + <string>Select to check the existence of an error log upon startup</string> + </property> + <property name="text"> + <string>Check for Error Log at Startup</string> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Minimum Severity for message dialog:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="msgSeverityComboBox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Select the minimum message severity shown</string> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_5"> + <property name="title"> + <string>Keyboard Input Interval</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QSpinBox" name="intervalSpinBox"> + <property name="toolTip"> + <string>Enter the keyboard input interval, '0' for default</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="specialValueText"> + <string>System Default</string> + </property> + <property name="suffix"> + <string> ms</string> + </property> + <property name="maximum"> + <number>2000</number> + </property> + <property name="singleStep"> + <number>100</number> + </property> + </widget> + </item> + <item row="0" column="1"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>453</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + <item> + <widget class="QGroupBox" name="groupBox_6"> + <property name="title"> + <string>Background Services</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout_3"> + <item> + <widget class="QLabel" name="backgroundServicesLabel"> + <property name="text"> + <string/> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>max. Processes:</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="backgroundServicesSpinBox"> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="specialValueText"> + <string>Automatic</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> + <spacer name="verticalSpacer"> + <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> + <tabstops> + <tabstop>singleApplicationCheckBox</tabstop> + <tabstop>splashScreenCheckBox</tabstop> + <tabstop>crashSessionEnabledCheckBox</tabstop> + <tabstop>globalMenuCheckBox</tabstop> + <tabstop>noOpenRadioButton</tabstop> + <tabstop>lastFileRadioButton</tabstop> + <tabstop>lastProjectRadioButton</tabstop> + <tabstop>lastMultiprojectRadioButton</tabstop> + <tabstop>globalSessionRadioButton</tabstop> + <tabstop>openCrashSessionCheckBox</tabstop> + <tabstop>noCheckRadioButton</tabstop> + <tabstop>alwaysCheckRadioButton</tabstop> + <tabstop>dailyCheckRadioButton</tabstop> + <tabstop>weeklyCheckRadioButton</tabstop> + <tabstop>monthlyCheckRadioButton</tabstop> + <tabstop>systemEmailClientCheckBox</tabstop> + <tabstop>errorlogCheckBox</tabstop> + <tabstop>msgSeverityComboBox</tabstop> + <tabstop>intervalSpinBox</tabstop> + <tabstop>backgroundServicesSpinBox</tabstop> + </tabstops> + <resources/> + <connections> + <connection> + <sender>crashSessionEnabledCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>openCrashSessionCheckBox</receiver> + <slot>setEnabled(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>44</x> + <y>89</y> + </hint> + <hint type="destinationlabel"> + <x>52</x> + <y>205</y> + </hint> + </hints> + </connection> + <connection> + <sender>crashSessionEnabledCheckBox</sender> + <signal>toggled(bool)</signal> + <receiver>openCrashSessionCheckBox</receiver> + <slot>setChecked(bool)</slot> + <hints> + <hint type="sourcelabel"> + <x>114</x> + <y>88</y> + </hint> + <hint type="destinationlabel"> + <x>109</x> + <y>209</y> + </hint> + </hints> + </connection> + </connections> +</ui>