2016-12-26 16:06:55 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2017-01-21 08:09:12 +01:00
|
|
|
<width>993</width>
|
|
|
|
|
<height>804</height>
|
2016-12-26 16:06:55 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2017-01-15 21:01:40 +01:00
|
|
|
<string>pglab - database</string>
|
2016-12-26 16:06:55 +01:00
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
2017-01-21 08:09:12 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<property name="spacing">
|
|
|
|
|
<number>7</number>
|
|
|
|
|
</property>
|
2016-12-29 13:48:35 +01:00
|
|
|
<property name="leftMargin">
|
2017-01-21 08:09:12 +01:00
|
|
|
<number>4</number>
|
2016-12-29 13:48:35 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="topMargin">
|
2017-01-21 08:09:12 +01:00
|
|
|
<number>4</number>
|
2016-12-29 13:48:35 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="rightMargin">
|
2017-01-21 08:09:12 +01:00
|
|
|
<number>4</number>
|
2016-12-29 13:48:35 +01:00
|
|
|
</property>
|
|
|
|
|
<property name="bottomMargin">
|
2017-01-21 08:09:12 +01:00
|
|
|
<number>4</number>
|
2016-12-29 13:48:35 +01:00
|
|
|
</property>
|
2016-12-26 16:06:55 +01:00
|
|
|
<item>
|
2017-01-21 18:16:57 +01:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
2017-01-21 08:09:12 +01:00
|
|
|
<property name="currentIndex">
|
2017-01-21 18:16:57 +01:00
|
|
|
<number>-1</number>
|
2016-12-26 16:06:55 +01:00
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
2017-01-21 08:09:12 +01:00
|
|
|
<width>993</width>
|
2017-01-25 06:54:21 +01:00
|
|
|
<height>22</height>
|
2016-12-26 16:06:55 +01:00
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QMenu" name="menuTest">
|
|
|
|
|
<property name="title">
|
2017-01-09 07:39:09 +01:00
|
|
|
<string>File</string>
|
2016-12-26 16:06:55 +01:00
|
|
|
</property>
|
2017-01-21 18:16:57 +01:00
|
|
|
<addaction name="actionNew_SQL"/>
|
2017-01-09 07:39:09 +01:00
|
|
|
<addaction name="actionLoad_SQL"/>
|
|
|
|
|
<addaction name="actionSave_SQL"/>
|
2017-01-21 08:09:12 +01:00
|
|
|
<addaction name="actionSave_SQL_as"/>
|
2017-01-21 08:19:47 +01:00
|
|
|
<addaction name="actionSave_copy_of_SQL_as"/>
|
2017-01-09 07:39:09 +01:00
|
|
|
<addaction name="actionExport_data"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionClose"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Help</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionAbout"/>
|
2016-12-26 16:06:55 +01:00
|
|
|
</widget>
|
2017-01-25 06:54:21 +01:00
|
|
|
<widget class="QMenu" name="menuQuery">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Query</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionExecute_SQL"/>
|
|
|
|
|
<addaction name="actionExplain"/>
|
|
|
|
|
<addaction name="actionExplain_Analyze"/>
|
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionCancel"/>
|
|
|
|
|
</widget>
|
2017-02-01 18:01:02 +01:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Window</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionShow_connection_manager"/>
|
|
|
|
|
</widget>
|
2017-02-04 11:55:49 +01:00
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Edit</string>
|
|
|
|
|
</property>
|
|
|
|
|
<addaction name="actionCopy"/>
|
2017-02-05 08:23:06 +01:00
|
|
|
<addaction name="actionCopy_as_C_string"/>
|
2017-02-04 11:55:49 +01:00
|
|
|
</widget>
|
2016-12-26 16:06:55 +01:00
|
|
|
<addaction name="menuTest"/>
|
2017-02-04 11:55:49 +01:00
|
|
|
<addaction name="menuEdit"/>
|
2017-01-25 06:54:21 +01:00
|
|
|
<addaction name="menuQuery"/>
|
2017-02-01 18:01:02 +01:00
|
|
|
<addaction name="menuView"/>
|
2017-01-09 07:39:09 +01:00
|
|
|
<addaction name="menuHelp"/>
|
2016-12-26 16:06:55 +01:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QToolBar" name="mainToolBar">
|
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
|
</attribute>
|
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</attribute>
|
2017-01-21 18:16:57 +01:00
|
|
|
<addaction name="actionNew_SQL"/>
|
2017-01-15 21:01:40 +01:00
|
|
|
<addaction name="actionLoad_SQL"/>
|
|
|
|
|
<addaction name="actionSave_SQL"/>
|
|
|
|
|
<addaction name="actionExport_data"/>
|
2017-01-25 06:54:21 +01:00
|
|
|
<addaction name="actionClose"/>
|
2017-01-15 21:01:40 +01:00
|
|
|
<addaction name="separator"/>
|
2017-02-04 11:55:49 +01:00
|
|
|
<addaction name="actionCopy"/>
|
2017-02-05 08:23:06 +01:00
|
|
|
<addaction name="actionCopy_as_C_string"/>
|
2017-02-04 11:55:49 +01:00
|
|
|
<addaction name="separator"/>
|
2017-01-15 21:01:40 +01:00
|
|
|
<addaction name="actionExecute_SQL"/>
|
2017-01-25 06:54:21 +01:00
|
|
|
<addaction name="actionExplain"/>
|
2017-01-15 21:01:40 +01:00
|
|
|
<addaction name="actionExplain_Analyze"/>
|
|
|
|
|
<addaction name="actionCancel"/>
|
2017-01-25 06:54:21 +01:00
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="actionAbout"/>
|
2016-12-26 16:06:55 +01:00
|
|
|
</widget>
|
|
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2017-01-09 07:39:09 +01:00
|
|
|
<action name="actionLoad_SQL">
|
2017-01-15 21:01:40 +01:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/icons/folder.png</normaloff>:/icons/folder.png</iconset>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Load SQL</string>
|
|
|
|
|
</property>
|
2017-01-16 16:48:40 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionSave_SQL">
|
2017-01-15 21:01:40 +01:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/icons/script_save.png</normaloff>:/icons/script_save.png</iconset>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Save SQL</string>
|
|
|
|
|
</property>
|
2017-01-16 16:48:40 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionExport_data">
|
2017-01-15 21:01:40 +01:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/icons/table_save.png</normaloff>:/icons/table_save.png</iconset>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Export data</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionClose">
|
2017-01-25 06:54:21 +01:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/page_white_delete.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>Close</string>
|
|
|
|
|
</property>
|
2017-01-25 06:54:21 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+F4</string>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionAbout">
|
2017-01-25 06:54:21 +01:00
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/information.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
2017-01-09 07:39:09 +01:00
|
|
|
<property name="text">
|
|
|
|
|
<string>About</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-01-15 21:01:40 +01:00
|
|
|
<action name="actionExecute_SQL">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/script_go.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
2017-01-25 06:54:21 +01:00
|
|
|
<string>Execute queries</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Execute the (selected) queries</string>
|
2017-01-15 21:01:40 +01:00
|
|
|
</property>
|
2017-01-16 16:48:40 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>F5</string>
|
|
|
|
|
</property>
|
2017-01-15 21:01:40 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionCancel">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/script_delete.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Cancel</string>
|
|
|
|
|
</property>
|
2017-01-16 16:48:40 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Alt+Pause</string>
|
|
|
|
|
</property>
|
2017-01-15 21:01:40 +01:00
|
|
|
</action>
|
|
|
|
|
<action name="actionExplain_Analyze">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
|
<normaloff>:/icons/lightbulb.png</normaloff>:/icons/lightbulb.png</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Explain Analyze</string>
|
|
|
|
|
</property>
|
2017-01-16 16:48:40 +01:00
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Shift+F7</string>
|
|
|
|
|
</property>
|
2017-01-15 21:01:40 +01:00
|
|
|
</action>
|
2017-01-21 08:09:12 +01:00
|
|
|
<action name="actionSave_SQL_as">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Save SQL as</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-01-21 08:19:47 +01:00
|
|
|
<action name="actionSave_copy_of_SQL_as">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Save copy of SQL as</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-01-21 18:16:57 +01:00
|
|
|
<action name="actionNew_SQL">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/page_white_add.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New SQL</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-01-25 06:54:21 +01:00
|
|
|
<action name="actionExplain">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/lightbulb_off.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Explain</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="toolTip">
|
|
|
|
|
<string>Explain the (selected) query</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>F7</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-02-01 18:01:02 +01:00
|
|
|
<action name="actionShow_connection_manager">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Show connection manager</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-02-04 11:55:49 +01:00
|
|
|
<action name="actionCopy">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/page_white_copy.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Copy</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+C</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2017-02-05 08:23:06 +01:00
|
|
|
<action name="actionCopy_as_C_string">
|
|
|
|
|
<property name="icon">
|
|
|
|
|
<iconset>
|
|
|
|
|
<normalon>:/icons/token_shortland_character.png</normalon>
|
|
|
|
|
</iconset>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Copy as C-string</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+Alt+C</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2016-12-26 16:06:55 +01:00
|
|
|
</widget>
|
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
2017-01-15 21:01:40 +01:00
|
|
|
<resources>
|
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
|
</resources>
|
2016-12-26 16:06:55 +01:00
|
|
|
<connections/>
|
|
|
|
|
</ui>
|