You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
385 lines
16 KiB
385 lines
16 KiB
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
|
|
<class>EditBookForm</class>
|
|
<include location="global" impldecl="in declaration">ntqsqlrecord.h</include>
|
|
<include location="local" implDecl="in declaration">editbook.ui.h</include>
|
|
<forward>class TQSqlRecord;</forward>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
<widget class="TQDialog">
|
|
<property name="name">
|
|
<cstring>EditBookForm</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>528</width>
|
|
<height>305</height>
|
|
</rect>
|
|
</property>
|
|
<property name="caption">
|
|
<string>Edit Books</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="TQDataBrowser">
|
|
<property name="name">
|
|
<cstring>BookDataBrowser</cstring>
|
|
</property>
|
|
<property name="sort">
|
|
<stringlist>
|
|
<string>title ASC</string>
|
|
</stringlist>
|
|
</property>
|
|
<property name="database" stdset="0">
|
|
<stringlist>
|
|
<string>(default)</string>
|
|
<string>book</string>
|
|
</stringlist>
|
|
</property>
|
|
<property name="frameworkCode" stdset="0">
|
|
<bool>true</bool>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>11</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQLayoutWidget" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>Layout2</cstring>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="spacing">
|
|
<number>6</number>
|
|
</property>
|
|
<widget class="TQLabel" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>labelPrice</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Price</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="0" column="0">
|
|
<property name="name">
|
|
<cstring>labelTitle</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Title</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLineEdit" row="0" column="1">
|
|
<property name="name">
|
|
<cstring>TQLineEditTitle</cstring>
|
|
</property>
|
|
<property name="database" stdset="0">
|
|
<stringlist>
|
|
<string>(default)</string>
|
|
<string>book</string>
|
|
<string>title</string>
|
|
</stringlist>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLineEdit" row="1" column="1">
|
|
<property name="name">
|
|
<cstring>TQLineEditPrice</cstring>
|
|
</property>
|
|
<property name="database" stdset="0">
|
|
<stringlist>
|
|
<string>(default)</string>
|
|
<string>book</string>
|
|
<string>price</string>
|
|
</stringlist>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<widget class="TQLayoutWidget" row="3" column="0">
|
|
<property name="name">
|
|
<cstring>Layout6</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="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonInsert</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Insert</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonUpdate</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Update</string>
|
|
</property>
|
|
<property name="default">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonDelete</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Delete</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonClose</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Close</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<widget class="TQLayoutWidget" row="2" column="0">
|
|
<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="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonFirst</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>|< &First</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonPrev</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string><< &Prev</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonNext</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Next >></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton">
|
|
<property name="name">
|
|
<cstring>PushButtonLast</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Last >|</string>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
<widget class="TQLayoutWidget" row="1" column="0">
|
|
<property name="name">
|
|
<cstring>Layout6</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>TextLabel1</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Author</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQComboBox">
|
|
<property name="name">
|
|
<cstring>ComboBoxAuthor</cstring>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy>
|
|
<hsizetype>7</hsizetype>
|
|
<vsizetype>0</vsizetype>
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="database" stdset="0">
|
|
<stringlist>
|
|
<string>(default)</string>
|
|
<string>author_view</string>
|
|
<string>name</string>
|
|
</stringlist>
|
|
</property>
|
|
</widget>
|
|
</hbox>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
</vbox>
|
|
</widget>
|
|
<connections>
|
|
<connection language="C++">
|
|
<sender>PushButtonFirst</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>BookDataBrowser</receiver>
|
|
<slot>first()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>firstRecordAvailable( bool )</signal>
|
|
<receiver>PushButtonFirst</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>PushButtonPrev</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>BookDataBrowser</receiver>
|
|
<slot>prev()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>prevRecordAvailable( bool )</signal>
|
|
<receiver>PushButtonPrev</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>PushButtonNext</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>BookDataBrowser</receiver>
|
|
<slot>next()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>nextRecordAvailable( bool )</signal>
|
|
<receiver>PushButtonNext</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>PushButtonLast</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>BookDataBrowser</receiver>
|
|
<slot>last()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>lastRecordAvailable( bool )</signal>
|
|
<receiver>PushButtonLast</receiver>
|
|
<slot>setEnabled(bool)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>PushButtonInsert</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>BookDataBrowser</receiver>
|
|
<slot>insert()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>PushButtonUpdate</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>BookDataBrowser</receiver>
|
|
<slot>update()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>PushButtonDelete</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>BookDataBrowser</receiver>
|
|
<slot>del()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>PushButtonClose</sender>
|
|
<signal>clicked()</signal>
|
|
<receiver>EditBookForm</receiver>
|
|
<slot>accept()</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>primeUpdate(TQSqlRecord*)</signal>
|
|
<receiver>EditBookForm</receiver>
|
|
<slot>primeUpdateBook(TQSqlRecord*)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>beforeUpdate(TQSqlRecord*)</signal>
|
|
<receiver>EditBookForm</receiver>
|
|
<slot>beforeUpdateBook(TQSqlRecord*)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>beforeInsert(TQSqlRecord*)</signal>
|
|
<receiver>EditBookForm</receiver>
|
|
<slot>beforeUpdateBook(TQSqlRecord*)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>primeInsert(TQSqlRecord*)</signal>
|
|
<receiver>EditBookForm</receiver>
|
|
<slot>primeInsertBook(TQSqlRecord*)</slot>
|
|
</connection>
|
|
<connection language="C++">
|
|
<sender>BookDataBrowser</sender>
|
|
<signal>primeInsert(TQSqlRecord*)</signal>
|
|
<receiver>EditBookForm</receiver>
|
|
<slot>primeInsertBook(TQSqlRecord*)</slot>
|
|
</connection>
|
|
<slot access="protected" specifier="virtual" language="C++" returnType="void">init()</slot>
|
|
<slot access="public" specifier="virtual" language="C++" returnType="void">beforeUpdateBook( TQSqlRecord * buffer )</slot>
|
|
<slot access="public" specifier="virtual" language="C++" returnType="void">primeInsertBook( TQSqlRecord * buffer )</slot>
|
|
<slot access="public" specifier="virtual" language="C++" returnType="void">primeUpdateBook( TQSqlRecord * buffer )</slot>
|
|
</connections>
|
|
<tabstops>
|
|
<tabstop>TQLineEditTitle</tabstop>
|
|
<tabstop>TQLineEditPrice</tabstop>
|
|
<tabstop>ComboBoxAuthor</tabstop>
|
|
<tabstop>PushButtonFirst</tabstop>
|
|
<tabstop>PushButtonPrev</tabstop>
|
|
<tabstop>PushButtonNext</tabstop>
|
|
<tabstop>PushButtonLast</tabstop>
|
|
<tabstop>PushButtonInsert</tabstop>
|
|
<tabstop>PushButtonUpdate</tabstop>
|
|
<tabstop>PushButtonDelete</tabstop>
|
|
<tabstop>PushButtonClose</tabstop>
|
|
</tabstops>
|
|
</UI>
|