📄 editbook.ui
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>EditBookForm</class><include location="global" impldecl="in declaration">qsqlrecord.h</include><include location="local" implDecl="in declaration">editbook.ui.h</include><forward>class QSqlRecord;</forward><layoutdefaults spacing="6" margin="11"/><widget class="QDialog"> <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="QDataBrowser"> <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="QLayoutWidget" 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="QLabel" row="1" column="0"> <property name="name"> <cstring>labelPrice</cstring> </property> <property name="text"> <string>Price</string> </property> </widget> <widget class="QLabel" row="0" column="0"> <property name="name"> <cstring>labelTitle</cstring> </property> <property name="text"> <string>Title</string> </property> </widget> <widget class="QLineEdit" row="0" column="1"> <property name="name"> <cstring>QLineEditTitle</cstring> </property> <property name="database" stdset="0"> <stringlist> <string>(default)</string> <string>book</string> <string>title</string> </stringlist> </property> </widget> <widget class="QLineEdit" row="1" column="1"> <property name="name"> <cstring>QLineEditPrice</cstring> </property> <property name="database" stdset="0"> <stringlist> <string>(default)</string> <string>book</string> <string>price</string> </stringlist> </property> </widget> </grid> </widget> <widget class="QLayoutWidget" 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="QPushButton"> <property name="name"> <cstring>PushButtonInsert</cstring> </property> <property name="text"> <string>&Insert</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButtonUpdate</cstring> </property> <property name="text"> <string>&Update</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButtonDelete</cstring> </property> <property name="text"> <string>&Delete</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButtonClose</cstring> </property> <property name="text"> <string>&Close</string> </property> </widget> </hbox> </widget> <widget class="QLayoutWidget" 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="QPushButton"> <property name="name"> <cstring>PushButtonFirst</cstring> </property> <property name="text"> <string>|< &First</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>PushButtonPrev</cstring> </property> <property name="text">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -