resizedialog.h
来自「这个是一个图片显示的程序」· C头文件 代码 · 共 48 行
H
48 行
/****************************************************************************** Form interface generated from reading ui file 'resizedialog.ui'**** Created: 三 9月 8 13:10:15 2004** by: The User Interface Compiler ($Id: qt/main.cpp 3.1.1 edited Nov 21 17:40 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef RESIZEDIALOG_H#define RESIZEDIALOG_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QPushButton;class QSpinBox;class ResizeDialog : public QDialog{ Q_OBJECTpublic: ResizeDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~ResizeDialog(); QLabel* mainLabel; QSpinBox* widthSpinBox; QLabel* xLabel; QSpinBox* heightSpinBox; QPushButton* okButton; QPushButton* cancelButton;protected: QVBoxLayout* ResizeDialogLayout; QHBoxLayout* sizeLayout; QHBoxLayout* buttonLayout;protected slots: virtual void languageChange();};#endif // RESIZEDIALOG_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?