- removed insert and delete buttons. They were probably too complicated to use..
git-svn-id: http://galileo.dmi.unict.it/svn/relational/trunk@318 014f5005-505e-4b48-8d0a-63407b615a7c
This commit is contained in:
@@ -196,27 +196,6 @@
|
||||
<property name="sizeConstraint">
|
||||
<enum>QLayout::SetMinimumSize</enum>
|
||||
</property>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<property name="sizeConstraint">
|
||||
<enum>QLayout::SetFixedSize</enum>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QPushButton" name="cmdInsert">
|
||||
<property name="text">
|
||||
<string>Insert</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="cmdDelete">
|
||||
<property name="text">
|
||||
<string>Delete</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QListWidget" name="lstHistory">
|
||||
<property name="sizePolicy">
|
||||
@@ -426,7 +405,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>21</height>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuFile">
|
||||
@@ -507,8 +486,6 @@
|
||||
<tabstop>cmdRename</tabstop>
|
||||
<tabstop>cmdArrow</tabstop>
|
||||
<tabstop>table</tabstop>
|
||||
<tabstop>cmdInsert</tabstop>
|
||||
<tabstop>cmdDelete</tabstop>
|
||||
<tabstop>lstHistory</tabstop>
|
||||
<tabstop>cmdOptimize</tabstop>
|
||||
<tabstop>cmdUndoOptimize</tabstop>
|
||||
@@ -813,38 +790,6 @@
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>cmdDelete</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>MainWindow</receiver>
|
||||
<slot>deleteTuple()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>549</x>
|
||||
<y>442</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>563</x>
|
||||
<y>594</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>cmdInsert</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>MainWindow</receiver>
|
||||
<slot>insertTuple()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>326</x>
|
||||
<y>435</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>533</x>
|
||||
<y>586</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>cmdOuterRight</sender>
|
||||
<signal>clicked()</signal>
|
||||
|
Reference in New Issue
Block a user