iosql/sqlform.ui

92 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SqlForm</class>
<widget class="QDialog" name="SqlForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>530</width>
<height>430</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="SqlLayout">
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QToolBar" name="QueryToolBar">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>32</height>
</size>
</property>
<property name="baseSize">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<addaction name="RunQueryAction"/>
<addaction name="separator"/>
</widget>
</item>
<item>
<widget class="QSplitter" name="SqlSplitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QsciScintilla" name="QueryTextEdit">
<property name="toolTip">
<string/>
</property>
<property name="whatsThis">
<string/>
</property>
</widget>
<widget class="QTableView" name="ResultsTableView"/>
</widget>
</item>
</layout>
<action name="RunQueryAction">
<property name="icon">
<iconset resource="IoSQL.qrc">
<normaloff>:/Table/images/run-build.png</normaloff>:/Table/images/run-build.png</iconset>
</property>
<property name="text">
<string>Run Query</string>
</property>
<property name="toolTip">
<string>Run the selected SQL query.</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>QsciScintilla</class>
<extends>QFrame</extends>
<header>Qsci/qsciscintilla.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="IoSQL.qrc"/>
</resources>
<connections/>
</ui>