diff options
Diffstat (limited to 'tqtinterface/qt4/tools/designer/examples/addressbook/search.ui')
-rw-r--r-- | tqtinterface/qt4/tools/designer/examples/addressbook/search.ui | 136 |
1 files changed, 0 insertions, 136 deletions
diff --git a/tqtinterface/qt4/tools/designer/examples/addressbook/search.ui b/tqtinterface/qt4/tools/designer/examples/addressbook/search.ui deleted file mode 100644 index 4dd1386..0000000 --- a/tqtinterface/qt4/tools/designer/examples/addressbook/search.ui +++ /dev/null @@ -1,136 +0,0 @@ -<!DOCTYPE UI><UI version="3.0" stdsetdef="1"> -<class>SearchDialog</class> -<widget class="TQDialog"> - <property name="name"> - <cstring>SearchDialog</cstring> - </property> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>216</width> - <height>76</height> - </rect> - </property> - <property name="caption"> - <string>Search</string> - </property> - <vbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>11</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>Layout3</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>0</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <widget class="TQLabel"> - <property name="name"> - <cstring>TextLabel12</cstring> - </property> - <property name="text"> - <string>Search</string> - </property> - </widget> - <widget class="TQLineEdit"> - <property name="name"> - <cstring>editSearch</cstring> - </property> - </widget> - </hbox> - </widget> - <widget class="TQLayoutWidget"> - <property name="name"> - <cstring>Layout4</cstring> - </property> - <hbox> - <property name="name"> - <cstring>unnamed</cstring> - </property> - <property name="margin"> - <number>0</number> - </property> - <property name="spacing"> - <number>6</number> - </property> - <spacer> - <property name="name" stdset="0"> - <cstring>Spacer3</cstring> - </property> - <property name="orientation"> - <enum>Horizontal</enum> - </property> - <property name="sizeType"> - <enum>Expanding</enum> - </property> - <property name="tqsizeHint"> - <size> - <width>20</width> - <height>20</height> - </size> - </property> - </spacer> - <widget class="TQPushButton"> - <property name="name"> - <cstring>PushButton4</cstring> - </property> - <property name="text"> - <string>Search</string> - </property> - <property name="default"> - <bool>true</bool> - </property> - </widget> - <widget class="TQPushButton"> - <property name="name"> - <cstring>PushButton5</cstring> - </property> - <property name="text"> - <string>Close</string> - </property> - </widget> - </hbox> - </widget> - </vbox> -</widget> -<connections> - <connection> - <sender>PushButton5</sender> - <signal>clicked()</signal> - <receiver>SearchDialog</receiver> - <slot>reject()</slot> - </connection> - <connection> - <sender>PushButton4</sender> - <signal>clicked()</signal> - <receiver>SearchDialog</receiver> - <slot>search()</slot> - </connection> -</connections> -<includes> - <include location="local" impldecl="in implementation">search.ui.h</include> -</includes> -<Q_SIGNALS> - <signal>searchAddress( const QString & )</signal> -</Q_SIGNALS> -<Q_SLOTS> - <slot>search()</slot> -</Q_SLOTS> -<pixmapinproject/> -<layoutdefaults spacing="6" margin="11"/> -</UI> |