Sat, 23 Dec 2023 15:48:12 +0100
Updated copyright for 2024.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SyntaxCheckerDialog</class> <widget class="QDialog" name="SyntaxCheckerDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>700</height> </rect> </property> <property name="windowTitle"> <string>Syntax Check Result</string> </property> <property name="whatsThis"> <string><b>Syntax Check Results</b> <p>This dialog shows the results of the syntax check. Double clicking an entry will open an editor window and position the cursor at the respective line.</p></string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QFrame" name="filterFrame"> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item row="0" column="0"> <widget class="QLabel" name="label_2"> <property name="text"> <string>Exclude Files:</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QLineEdit" name="excludeFilesEdit"> <property name="toolTip"> <string>Enter filename patterns of files to be excluded separated by a comma</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> <item row="0" column="2" rowspan="2"> <widget class="Line" name="line"> <property name="lineWidth"> <number>2</number> </property> <property name="orientation"> <enum>Qt::Vertical</enum> </property> </widget> </item> <item row="0" column="3"> <widget class="QPushButton" name="startButton"> <property name="toolTip"> <string>Press to start the syntax check run</string> </property> <property name="text"> <string>Start</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QLabel" name="label_3"> <property name="text"> <string>Additional 'builtins':</string> </property> </widget> </item> <item row="1" column="1"> <widget class="QLineEdit" name="builtinsEdit"> <property name="toolTip"> <string>Enter additional 'builtins' names separated by whitespace.</string> </property> <property name="clearButtonEnabled"> <bool>true</bool> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QTreeWidget" name="resultList"> <property name="whatsThis"> <string><b>Result List</b> <p>This list shows the results of the syntax check. Double clicking an entry will open this entry in an editor window and position the cursor at the respective line.</p></string> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <column> <property name="text"> <string>File/Line</string> </property> </column> <column> <property name="text"> <string>Message</string> </property> </column> <column> <property name="text"> <string>Source</string> </property> </column> </widget> </item> <item> <widget class="QProgressBar" name="checkProgress"> <property name="toolTip"> <string>Shows the progress of the syntax check action</string> </property> <property name="value"> <number>0</number> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="format"> <string>%v/%m Files</string> </property> </widget> </item> <item> <widget class="QGroupBox" name="statisticsGroup"> <property name="title"> <string>Statistics</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="label_8"> <property name="text"> <string>Files Total:</string> </property> </widget> </item> <item> <widget class="QLabel" name="totalLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="label_9"> <property name="text"> <string>Files Skipped:</string> </property> </widget> </item> <item> <widget class="QLabel" name="skippedLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Files Checked:</string> </property> </widget> </item> <item> <widget class="QLabel" name="checkedLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>Files with Issues:</string> </property> </widget> </item> <item> <widget class="QLabel" name="issuesLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>Errors:</string> </property> </widget> </item> <item> <widget class="QLabel" name="errorsLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>Warnings:</string> </property> </widget> </item> <item> <widget class="QLabel" name="warningsLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>Python Warnings:</string> </property> </widget> </item> <item> <widget class="QLabel" name="pyWarningsLabel"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> </layout> </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::Close</set> </property> </widget> </item> </layout> </widget> <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> <tabstops> <tabstop>excludeFilesEdit</tabstop> <tabstop>builtinsEdit</tabstop> <tabstop>startButton</tabstop> <tabstop>resultList</tabstop> </tabstops> <resources/> <connections/> </ui>