diff -r 012c492a9bd6 -r e691c51ab655 ProjectPyramid/ConfigurationPage/PyramidPage.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ProjectPyramid/ConfigurationPage/PyramidPage.ui Tue Aug 28 17:15:21 2012 +0200 @@ -0,0 +1,315 @@ +<?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>868</height> + </rect> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <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 Commands</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"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Console Command (non-closing):</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QComboBox" name="consoleCommandNoCloseCombo"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string>Enter the console command for a non-closing console</string> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="2" 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="python3Group"> + <property name="title"> + <string>Python 3</string> + </property> + <layout class="QGridLayout" name="gridLayout_5"> + <item row="0" column="0" colspan="2"> + <widget class="QGroupBox" name="pyramidVirtualEnvPy3Group"> + <property name="title"> + <string>Pyramid Virtual Environment</string> + </property> + <layout class="QGridLayout" name="gridLayout_4"> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLineEdit" name="virtualEnvPy3Edit"/> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="virtualEnvPy3Button"> + <property name="toolTip"> + <string>Select the virtual environment directory via a selection dialog</string> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_9"> + <property name="text"> + <string>Pyramid Python Console:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <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> + </widget> + </item> + <item> + <widget class="QGroupBox" name="python2Group"> + <property name="title"> + <string>Python 2</string> + </property> + <layout class="QGridLayout" name="gridLayout_3"> + <item row="0" column="0" colspan="2"> + <widget class="QGroupBox" name="pyramidVirtualEnvPy2Group"> + <property name="title"> + <string>Pyramid Virtual Environment</string> + </property> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Enter the path of the Pyramid virtual environment. Leave empty to not use a virtual environment setup.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLineEdit" name="virtualEnvPy2Edit"/> + </item> + <item row="1" column="1"> + <widget class="QPushButton" name="virtualEnvPy2Button"> + <property name="toolTip"> + <string>Select the virtual environment directory via a selection dialog</string> + </property> + <property name="text"> + <string>...</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string>Pyramid Python Console:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QComboBox" name="py2ShellCombo"> + <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> + </widget> + </item> + <item> + <widget class="QGroupBox" name="pyramidServerGroup"> + <property name="title"> + <string>Server</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Server Port:</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="portSpinBox"> + <property name="toolTip"> + <string>Enter the port number of the server (0 for default)</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="maximum"> + <number>65535</number> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>351</width> + <height>20</height> + </size> + </property> + </spacer> + </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> + </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> + <tabstops> + <tabstop>consoleCommandCombo</tabstop> + <tabstop>consoleCommandNoCloseCombo</tabstop> + <tabstop>virtualEnvPy3Edit</tabstop> + <tabstop>virtualEnvPy3Button</tabstop> + <tabstop>py3ShellCombo</tabstop> + <tabstop>virtualEnvPy2Edit</tabstop> + <tabstop>virtualEnvPy2Button</tabstop> + <tabstop>py2ShellCombo</tabstop> + <tabstop>portSpinBox</tabstop> + <tabstop>urlEdit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui>