--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.ui Mon Dec 28 16:03:33 2009 +0000 @@ -0,0 +1,98 @@ +<ui version="4.0" > + <class>SyntaxCheckerDialog</class> + <widget class="QDialog" name="SyntaxCheckerDialog" > + <property name="geometry" > + <rect> + <x>0</x> + <y>0</y> + <width>572</width> + <height>424</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" > + <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="rootIsDecorated" > + <bool>false</bool> + </property> + <property name="itemsExpandable" > + <bool>false</bool> + </property> + <property name="sortingEnabled" > + <bool>true</bool> + </property> + <column> + <property name="text" > + <string>Filename</string> + </property> + </column> + <column> + <property name="text" > + <string>#</string> + </property> + </column> + <column> + <property name="text" > + <string>Syntax Error</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> + </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> + <layoutdefault spacing="6" margin="6" /> + <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> + <tabstops> + <tabstop>resultList</tabstop> + </tabstops> + <resources/> + <connections/> +</ui>