2011-03-20 12:16:34 +07:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<ui version="4.0">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<author>Salvo 'LtWorf' Tomaselli</author>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
<class>MainWindow</class>
|
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>800</width>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<height>612</height>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="windowTitle">
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<string>Relational</string>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</property>
|
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_7">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QSplitter" name="splitter_4">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
|
</property>
|
2011-03-20 16:18:30 +07:00
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_11">
|
2011-03-20 12:16:34 +07:00
|
|
|
|
<item>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Menu</string>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdAbout">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>About</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdSurvey">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Survey</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Operators</string>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_10">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdProduct">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>*</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdDifference">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>-</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdUnion">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ᑌ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdIntersection">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ᑎ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdDivision">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>÷</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdJoin">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ᐅᐊ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdOuterLeft">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ᐅLEFTᐊ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdOuterRight">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ᐅRIGHTᐊ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdOuter">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ᐅFULLᐊ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdProjection">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>π</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdSelection">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>σ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdRename">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>ρ</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdArrow">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>➡</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
|
<size>
|
|
|
|
|
<width>20</width>
|
|
|
|
|
<height>25</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</spacer>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<widget class="QSplitter" name="splitter_3">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<widget class="QSplitter" name="splitter_2">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QTreeWidget" name="table">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>450</width>
|
|
|
|
|
<height>400</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="sizeIncrement">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2011-03-20 16:49:02 +07:00
|
|
|
|
<property name="rootIsDecorated">
|
|
|
|
|
<bool>false</bool>
|
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<column>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
<property name="text">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<string notr="true">Empty relation</string>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</column>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QWidget" name="layoutWidget">
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
|
<property name="sizeConstraint">
|
|
|
|
|
<enum>QLayout::SetMinimumSize</enum>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<item>
|
2011-03-20 16:18:30 +07:00
|
|
|
|
<widget class="QListWidget" name="lstHistory">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="baseSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2011-03-20 16:49:02 +07:00
|
|
|
|
<property name="font">
|
|
|
|
|
<font>
|
|
|
|
|
<strikeout>false</strikeout>
|
|
|
|
|
</font>
|
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdOptimize">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Optimize</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdUndoOptimize">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Undo optimize</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdClearHistory">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Clear history</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QSplitter" name="splitter">
|
|
|
|
|
<property name="orientation">
|
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>300</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Relations</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QListWidget" name="lstRelations">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
2011-03-20 16:49:02 +07:00
|
|
|
|
<property name="sortingEnabled">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<widget class="QPushButton" name="cmdNew">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<property name="text">
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<string>New relation</string>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<widget class="QPushButton" name="cmdLoad">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<property name="text">
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<string>Load relation</string>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<widget class="QPushButton" name="cmdSave">
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<property name="text">
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<string>Save relation</string>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<item>
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<widget class="QPushButton" name="cmdEdit">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<property name="text">
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<string>Edit relation</string>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<widget class="QPushButton" name="cmdUnload">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<property name="text">
|
2011-10-13 13:44:20 +07:00
|
|
|
|
<string>Unload relation</string>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
|
|
|
<property name="minimumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>0</width>
|
|
|
|
|
<height>0</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>300</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>Attributes</string>
|
|
|
|
|
</property>
|
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QListWidget" name="lstAttributes">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="maximumSize">
|
|
|
|
|
<size>
|
|
|
|
|
<width>16777215</width>
|
|
|
|
|
<height>16777215</height>
|
|
|
|
|
</size>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</widget>
|
|
|
|
|
</widget>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</widget>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="txtResult">
|
|
|
|
|
<property name="sizePolicy">
|
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
|
</sizepolicy>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>_last1</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>=</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="buddy">
|
|
|
|
|
<cstring>txtQuery</cstring>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QLineEdit" name="txtQuery"/>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdClearQuery">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>⌫</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
<item>
|
|
|
|
|
<widget class="QPushButton" name="cmdExecute">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Execute</string>
|
|
|
|
|
</property>
|
|
|
|
|
</widget>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
|
|
|
|
</item>
|
|
|
|
|
</layout>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
|
<property name="geometry">
|
|
|
|
|
<rect>
|
|
|
|
|
<x>0</x>
|
|
|
|
|
<y>0</y>
|
|
|
|
|
<width>800</width>
|
2011-10-08 17:30:22 +07:00
|
|
|
|
<height>20</height>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</rect>
|
|
|
|
|
</property>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>&File</string>
|
|
|
|
|
</property>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<addaction name="actionNew_relation"/>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<addaction name="action_Load_relation"/>
|
|
|
|
|
<addaction name="action_Save_relation"/>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<addaction name="actionEdit_relation"/>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<addaction name="separator"/>
|
|
|
|
|
<addaction name="action_Quit"/>
|
|
|
|
|
</widget>
|
|
|
|
|
<widget class="QMenu" name="menuAbout">
|
|
|
|
|
<property name="title">
|
|
|
|
|
<string>&Help</string>
|
|
|
|
|
</property>
|
|
|
|
|
<action name=""/>
|
|
|
|
|
<addaction name="actionAbout"/>
|
2011-06-14 11:21:15 +07:00
|
|
|
|
<addaction name="actionCheck_for_new_versions"/>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
</widget>
|
|
|
|
|
<addaction name="menuFile"/>
|
|
|
|
|
<addaction name="menuAbout"/>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</widget>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<action name="actionAbout">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&About</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::AboutRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_Load_relation">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Load relation</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_Save_relation">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Save relation</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="action_Quit">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>&Quit</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+Q</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="menuRole">
|
|
|
|
|
<enum>QAction::QuitRole</enum>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2011-06-14 11:21:15 +07:00
|
|
|
|
<action name="actionCheck_for_new_versions">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Check for new versions</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<action name="actionNew_relation">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>New relation</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
|
|
|
|
<action name="actionEdit_relation">
|
|
|
|
|
<property name="text">
|
|
|
|
|
<string>Edit relation</string>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="shortcut">
|
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
|
</property>
|
|
|
|
|
</action>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</widget>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<tabstops>
|
|
|
|
|
<tabstop>cmdAbout</tabstop>
|
|
|
|
|
<tabstop>cmdSurvey</tabstop>
|
|
|
|
|
<tabstop>cmdProduct</tabstop>
|
|
|
|
|
<tabstop>cmdDifference</tabstop>
|
|
|
|
|
<tabstop>cmdUnion</tabstop>
|
|
|
|
|
<tabstop>cmdIntersection</tabstop>
|
|
|
|
|
<tabstop>cmdDivision</tabstop>
|
|
|
|
|
<tabstop>cmdJoin</tabstop>
|
|
|
|
|
<tabstop>cmdOuterLeft</tabstop>
|
|
|
|
|
<tabstop>cmdOuterRight</tabstop>
|
|
|
|
|
<tabstop>cmdOuter</tabstop>
|
|
|
|
|
<tabstop>cmdProjection</tabstop>
|
|
|
|
|
<tabstop>cmdSelection</tabstop>
|
|
|
|
|
<tabstop>cmdRename</tabstop>
|
|
|
|
|
<tabstop>cmdArrow</tabstop>
|
|
|
|
|
<tabstop>table</tabstop>
|
2011-03-20 16:18:30 +07:00
|
|
|
|
<tabstop>lstHistory</tabstop>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<tabstop>cmdOptimize</tabstop>
|
|
|
|
|
<tabstop>cmdUndoOptimize</tabstop>
|
|
|
|
|
<tabstop>cmdClearHistory</tabstop>
|
|
|
|
|
<tabstop>lstRelations</tabstop>
|
|
|
|
|
<tabstop>cmdLoad</tabstop>
|
|
|
|
|
<tabstop>cmdSave</tabstop>
|
|
|
|
|
<tabstop>cmdUnload</tabstop>
|
|
|
|
|
<tabstop>lstAttributes</tabstop>
|
|
|
|
|
<tabstop>txtResult</tabstop>
|
|
|
|
|
<tabstop>txtQuery</tabstop>
|
|
|
|
|
<tabstop>cmdClearQuery</tabstop>
|
|
|
|
|
<tabstop>cmdExecute</tabstop>
|
|
|
|
|
</tabstops>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
<resources/>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdClearQuery</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>txtQuery</receiver>
|
|
|
|
|
<slot>clear()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>686</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>591</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>206</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>591</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdClearHistory</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
2011-03-20 16:18:30 +07:00
|
|
|
|
<receiver>lstHistory</receiver>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<slot>clear()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>490</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>563</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>397</x>
|
|
|
|
|
<y>525</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>txtQuery</sender>
|
|
|
|
|
<signal>returnPressed()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>execute()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>450</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>599</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>438</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdExecute</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>execute()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>732</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>592</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>592</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdAbout</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>showAbout()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>82</x>
|
|
|
|
|
<y>75</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>79</x>
|
|
|
|
|
<y>597</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdSurvey</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>showSurvey()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>63</x>
|
|
|
|
|
<y>96</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>99</x>
|
|
|
|
|
<y>605</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdProduct</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addProduct()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>53</x>
|
|
|
|
|
<y>166</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>180</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdDifference</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addDifference()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>94</x>
|
|
|
|
|
<y>193</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>46</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdArrow</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addArrow()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>107</x>
|
|
|
|
|
<y>490</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>58</x>
|
|
|
|
|
<y>608</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdRename</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addRename()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>54</x>
|
|
|
|
|
<y>463</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>111</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdSelection</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addSelection()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>84</x>
|
|
|
|
|
<y>436</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>16</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdProjection</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addProjection()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>107</x>
|
|
|
|
|
<y>409</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>91</x>
|
|
|
|
|
<y>597</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdUnload</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>unloadRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>788</x>
|
|
|
|
|
<y>280</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>773</x>
|
|
|
|
|
<y>599</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdSave</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>saveRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>788</x>
|
|
|
|
|
<y>253</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>760</x>
|
|
|
|
|
<y>610</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdLoad</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>loadRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>788</x>
|
|
|
|
|
<y>226</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>753</x>
|
|
|
|
|
<y>594</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdOptimize</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>optimize()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>245</x>
|
|
|
|
|
<y>554</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>684</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdUndoOptimize</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>undoOptimize()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>336</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>560</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>652</x>
|
|
|
|
|
<y>604</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>txtResult</sender>
|
|
|
|
|
<signal>returnPressed()</signal>
|
|
|
|
|
<receiver>txtQuery</receiver>
|
|
|
|
|
<slot>setFocus()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>87</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>590</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>182</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>590</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdOuterRight</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addORight()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>102</x>
|
|
|
|
|
<y>355</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>58</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdOuter</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addOuter()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>46</x>
|
|
|
|
|
<y>382</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>86</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdOuterLeft</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addOLeft()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>44</x>
|
|
|
|
|
<y>328</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>66</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdJoin</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addJoin()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>107</x>
|
|
|
|
|
<y>301</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>147</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdDivision</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addDivision()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>71</x>
|
|
|
|
|
<y>272</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>185</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdIntersection</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addIntersection()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>99</x>
|
|
|
|
|
<y>244</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>228</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdUnion</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>addUnion()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<x>32</x>
|
|
|
|
|
<y>220</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>279</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>lstRelations</sender>
|
|
|
|
|
<signal>itemDoubleClicked(QListWidgetItem*)</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
2011-03-20 16:49:02 +07:00
|
|
|
|
<slot>printRelation(QListWidgetItem*)</slot>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>708</x>
|
|
|
|
|
<y>110</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>643</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>lstRelations</sender>
|
|
|
|
|
<signal>itemClicked(QListWidgetItem*)</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
2011-03-20 16:49:02 +07:00
|
|
|
|
<slot>showAttributes(QListWidgetItem*)</slot>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>615</x>
|
|
|
|
|
<y>182</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>510</x>
|
|
|
|
|
<y>611</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdClearQuery</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>txtQuery</receiver>
|
|
|
|
|
<slot>setFocus()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>693</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>599</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>588</x>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<y>597</y>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2011-03-20 16:18:30 +07:00
|
|
|
|
<connection>
|
|
|
|
|
<sender>lstHistory</sender>
|
|
|
|
|
<signal>itemDoubleClicked(QListWidgetItem*)</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>resumeHistory(QListWidgetItem*)</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>349</x>
|
|
|
|
|
<y>492</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2011-03-20 18:23:20 +07:00
|
|
|
|
<connection>
|
|
|
|
|
<sender>actionAbout</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>showAbout()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>action_Load_relation</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>loadRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>action_Save_relation</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>saveRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>action_Quit</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>close()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2011-06-14 11:21:15 +07:00
|
|
|
|
<connection>
|
|
|
|
|
<sender>actionCheck_for_new_versions</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>checkVersion()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdEdit</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>editRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>683</x>
|
|
|
|
|
<y>323</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>actionEdit_relation</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>editRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>cmdNew</sender>
|
|
|
|
|
<signal>clicked()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>newRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>683</x>
|
|
|
|
|
<y>296</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>actionNew_relation</sender>
|
|
|
|
|
<signal>triggered()</signal>
|
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
|
<slot>newRelation()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>399</x>
|
|
|
|
|
<y>305</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</connections>
|
|
|
|
|
<slots>
|
|
|
|
|
<slot>execute()</slot>
|
2011-06-14 11:21:15 +07:00
|
|
|
|
<slot>checkVersion()</slot>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<slot>showAbout()</slot>
|
|
|
|
|
<slot>showSurvey()</slot>
|
|
|
|
|
<slot>addProduct()</slot>
|
|
|
|
|
<slot>addDifference()</slot>
|
|
|
|
|
<slot>addUnion()</slot>
|
|
|
|
|
<slot>addIntersection()</slot>
|
|
|
|
|
<slot>addDivision()</slot>
|
|
|
|
|
<slot>addOLeft()</slot>
|
|
|
|
|
<slot>addORight()</slot>
|
|
|
|
|
<slot>addOuter()</slot>
|
|
|
|
|
<slot>addJoin()</slot>
|
|
|
|
|
<slot>addProjection()</slot>
|
|
|
|
|
<slot>addSelection()</slot>
|
|
|
|
|
<slot>addRename()</slot>
|
|
|
|
|
<slot>addArrow()</slot>
|
|
|
|
|
<slot>optimize()</slot>
|
|
|
|
|
<slot>undoOptimize()</slot>
|
|
|
|
|
<slot>loadRelation()</slot>
|
|
|
|
|
<slot>unloadRelation()</slot>
|
|
|
|
|
<slot>saveRelation()</slot>
|
|
|
|
|
<slot>insertTuple()</slot>
|
|
|
|
|
<slot>deleteTuple()</slot>
|
2011-03-20 16:49:02 +07:00
|
|
|
|
<slot>printRelation(QListWidgetItem*)</slot>
|
|
|
|
|
<slot>showAttributes(QListWidgetItem*)</slot>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
<slot>loadQuery()</slot>
|
2011-03-20 16:18:30 +07:00
|
|
|
|
<slot>resumeHistory(QListWidgetItem*)</slot>
|
2011-10-13 12:06:24 +07:00
|
|
|
|
<slot>editRelation()</slot>
|
|
|
|
|
<slot>newRelation()</slot>
|
2011-03-20 13:56:50 +07:00
|
|
|
|
</slots>
|
2011-03-20 12:16:34 +07:00
|
|
|
|
</ui>
|