Mon, 28 Dec 2009 16:03:33 +0000
Started porting eric4 to Python3
<ui version="4.0" > <class>EricapiConfigDialog</class> <widget class="QDialog" name="EricapiConfigDialog" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>500</width> <height>600</height> </rect> </property> <property name="windowTitle" > <string>Ericapi Configuration</string> </property> <property name="sizeGripEnabled" > <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2" > <item> <layout class="QGridLayout" > <item row="0" column="1" > <widget class="QLineEdit" name="outputFileEdit" > <property name="toolTip" > <string>Enter an output filename</string> </property> <property name="whatsThis" > <string><b>Output Filename</b><p>Enter the filename of the output file. A '%L' placeholder is replaced by the language of the API file.</p></string> </property> </widget> </item> <item row="0" column="2" > <widget class="QPushButton" name="outputFileButton" > <property name="focusPolicy" > <enum>Qt::NoFocus</enum> </property> <property name="toolTip" > <string>Press to open a file selection dialog</string> </property> <property name="text" > <string>...</string> </property> </widget> </item> <item row="0" column="0" > <widget class="QLabel" name="TextLabel6" > <property name="text" > <string>Output File:</string> </property> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="groupBox_2" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>0</horstretch> <verstretch>1</verstretch> </sizepolicy> </property> <property name="title" > <string>Languages</string> </property> <layout class="QVBoxLayout" name="verticalLayout" > <item> <widget class="QListWidget" name="languagesList" > <property name="toolTip" > <string>Select the languages of the APIs to generate</string> </property> <property name="selectionMode" > <enum>QAbstractItemView::ExtendedSelection</enum> </property> </widget> </item> </layout> </widget> </item> <item> <layout class="QHBoxLayout" > <item> <widget class="QLabel" name="textLabel1_3" > <property name="text" > <string>Additional source extensions:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="sourceExtEdit" > <property name="toolTip" > <string>Enter additional source extensions separated by a comma</string> </property> </widget> </item> </layout> </item> <item> <layout class="QGridLayout" > <item row="0" column="2" > <spacer> <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="sizeType" > <enum>QSizePolicy::Expanding</enum> </property> <property name="sizeHint" stdset="0" > <size> <width>31</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="1" > <widget class="QCheckBox" name="oldStyleCheckBox" > <property name="toolTip" > <string>Select to generate API files for QScintilla prior to 1.7</string> </property> <property name="text" > <string>Generate old style API files</string> </property> </widget> </item> <item row="0" column="0" > <widget class="QCheckBox" name="recursionCheckBox" > <property name="toolTip" > <string>Select to recurse into subdirectories</string> </property> <property name="text" > <string>Recurse into subdirectories</string> </property> </widget> </item> <item row="1" column="0" colspan="3" > <widget class="QCheckBox" name="includePrivateCheckBox" > <property name="toolTip" > <string>Select to include private classes, methods and functions in the API file</string> </property> <property name="text" > <string>Include private classes, methods and functions</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" > <item> <widget class="QLabel" name="label" > <property name="text" > <string>Base package name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="baseEdit" > <property name="toolTip" > <string>Enter the name of the base package</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" > <item> <widget class="QLabel" name="label_2" > <property name="text" > <string>Exclude Files:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="excludeFilesEdit" > <property name="toolTip" > <string>Enter filename patterns of files to be excluded separated by a comma</string> </property> </widget> </item> </layout> </item> <item> <widget class="QGroupBox" name="groupBox" > <property name="sizePolicy" > <sizepolicy vsizetype="Preferred" hsizetype="Preferred" > <horstretch>0</horstretch> <verstretch>2</verstretch> </sizepolicy> </property> <property name="title" > <string>Exclude Directories</string> </property> <layout class="QGridLayout" > <item row="1" column="2" > <widget class="QLineEdit" name="ignoreDirEdit" > <property name="toolTip" > <string>Enter a directory basename to be ignored</string> </property> </widget> </item> <item row="1" column="1" > <widget class="QPushButton" name="addButton" > <property name="toolTip" > <string>Press to add the entered directory to the list</string> </property> <property name="text" > <string>Add</string> </property> </widget> </item> <item row="1" column="0" > <widget class="QPushButton" name="deleteButton" > <property name="toolTip" > <string>Press to delete the selected directory from the list</string> </property> <property name="text" > <string>Delete</string> </property> </widget> </item> <item row="1" column="3" > <widget class="QPushButton" name="ignoreDirButton" > <property name="focusPolicy" > <enum>Qt::NoFocus</enum> </property> <property name="toolTip" > <string>Press to open a directory selection dialog</string> </property> <property name="text" > <string>...</string> </property> </widget> </item> <item row="0" column="0" colspan="4" > <widget class="QListWidget" name="ignoreDirsList" > <property name="toolTip" > <string>List of directory basenames to be ignored</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox" > <property name="orientation" > <enum>Qt::Horizontal</enum> </property> <property name="standardButtons" > <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="6" /> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>outputFileEdit</tabstop> <tabstop>languagesList</tabstop> <tabstop>sourceExtEdit</tabstop> <tabstop>recursionCheckBox</tabstop> <tabstop>oldStyleCheckBox</tabstop> <tabstop>includePrivateCheckBox</tabstop> <tabstop>baseEdit</tabstop> <tabstop>excludeFilesEdit</tabstop> <tabstop>ignoreDirEdit</tabstop> <tabstop>addButton</tabstop> <tabstop>ignoreDirsList</tabstop> <tabstop>deleteButton</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>oldStyleCheckBox</sender> <signal>toggled(bool)</signal> <receiver>label</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel" > <x>195</x> <y>80</y> </hint> <hint type="destinationlabel" > <x>84</x> <y>108</y> </hint> </hints> </connection> <connection> <sender>oldStyleCheckBox</sender> <signal>toggled(bool)</signal> <receiver>baseEdit</receiver> <slot>setDisabled(bool)</slot> <hints> <hint type="sourcelabel" > <x>266</x> <y>83</y> </hint> <hint type="destinationlabel" > <x>266</x> <y>109</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>EricapiConfigDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel" > <x>41</x> <y>477</y> </hint> <hint type="destinationlabel" > <x>41</x> <y>497</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>EricapiConfigDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel" > <x>113</x> <y>480</y> </hint> <hint type="destinationlabel" > <x>113</x> <y>501</y> </hint> </hints> </connection> </connections> </ui>