ability to edit queries

This commit is contained in:
Romain Bignon 2012-02-18 12:56:11 +01:00
commit c8b6c7087b
4 changed files with 75 additions and 33 deletions

View file

@ -36,9 +36,6 @@
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QComboBox" name="queriesList"/>
</item>
<item>
<widget class="QToolButton" name="addQueryButton">
<property name="text">
@ -46,6 +43,16 @@
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="queriesList"/>
</item>
<item>
<widget class="QToolButton" name="editQueryButton">
<property name="text">
<string>edit</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
@ -296,7 +303,7 @@
<item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QFrame" name="frame_3">
<widget class="QFrame" name="photosFrame">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>

View file

@ -263,22 +263,6 @@
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>QueryDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>