Tue, 10 Dec 2024 15:49:00 +0100
Updated copyright for 2025.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>PyramidPage</class> <widget class="QWidget" name="PyramidPage"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>528</width> <height>745</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string><b>Configure Pyramid</b></string> </property> </widget> </item> <item> <widget class="Line" name="line15"> <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="QGroupBox" name="pyramidConsoleGroup"> <property name="title"> <string>Console Command</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="0" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Console Command:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QComboBox" name="consoleCommandCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Enter the console command</string> </property> <property name="editable"> <bool>true</bool> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QLabel" name="label_5"> <property name="text"> <string><b>Note:</b> The console command for a console, that is spawning (i.e. exits before the console window is closed), should be prefixed by an '@' character.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="pyramidBrowserGroup"> <property name="title"> <string>Web-Browser</string> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> <widget class="QCheckBox" name="externalBrowserCheckBox"> <property name="toolTip"> <string>Select to use an external web-browser</string> </property> <property name="text"> <string>Use external web-browser</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="python3Group"> <property name="title"> <string>Python 3</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QGroupBox" name="pyramidVirtualEnvironmentPy3Group"> <property name="title"> <string>Pyramid Virtual Environment</string> </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> <widget class="QLabel" name="label_13"> <property name="text"> <string>Select the Virtual Environment to be used with Pyramid</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QComboBox" name="py3VenvNameComboBox"/> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_9"> <property name="text"> <string>Pyramid Python Console:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="py3ShellCombo"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>Select the Python console type</string> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="pyramidDocumenattionGroup"> <property name="title"> <string>Pyramid Documentation</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>URL:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="urlEdit"> <property name="toolTip"> <string>Enter the URL of the Pyramid documentation</string> </property> </widget> </item> <item> <widget class="QToolButton" name="urlResetButton"> <property name="toolTip"> <string>Press to reset the URL to the default URL</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="TranslationsGroup"> <property name="title"> <string>Translations Editor</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label_10"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="text"> <string>Enter the path of an editor to use to do the translations. Leave empty to disable this feature.</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="EricPathPicker" name="translationsEditorPicker" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> <property name="toolTip"> <string>Enter the path of the translations editor</string> </property> </widget> </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>274</height> </size> </property> </spacer> </item> </layout> </widget> <customwidgets> <customwidget> <class>EricPathPicker</class> <extends>QWidget</extends> <header>eric7/EricWidgets/EricPathPicker.h</header> <container>1</container> </customwidget> </customwidgets> <tabstops> <tabstop>consoleCommandCombo</tabstop> <tabstop>externalBrowserCheckBox</tabstop> <tabstop>py3VenvNameComboBox</tabstop> <tabstop>py3ShellCombo</tabstop> <tabstop>urlEdit</tabstop> <tabstop>urlResetButton</tabstop> </tabstops> <resources/> <connections/> </ui>