⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 propertiesdialog.h

📁 qt3.8开发的例子, 做linux下qt编程可以参考
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'propertiesdialog.ui'**** Created: 三  9月 8 13:13:49 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 PROPERTIESDIALOG_H#define PROPERTIESDIALOG_H#include <qvariant.h>#include <qcanvas.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QFrame;class QGroupBox;class QLabel;class QLineEdit;class QPushButton;class QSpinBox;class PropertiesDialog : public QDialog{    Q_OBJECTpublic:    PropertiesDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~PropertiesDialog();    QGroupBox* rectGeometryGroupBox;    QSpinBox* xSpinBox;    QLabel* widthLabel;    QLabel* xLabel;    QSpinBox* widthSpinBox;    QSpinBox* heightSpinBox;    QLabel* heightLabel;    QSpinBox* ySpinBox;    QLabel* yLabel;    QGroupBox* lineGeometryGroupBox;    QSpinBox* x1SpinBox;    QSpinBox* y1SpinBox;    QSpinBox* x2SpinBox;    QLabel* x1Label;    QSpinBox* y2SpinBox;    QLabel* y2Label;    QLabel* y1Label;    QLabel* x2Label;    QGroupBox* attributesGroupBox;    QLabel* lineColorLabel;    QLabel* textLabel;    QLabel* fillColorLabel;    QFrame* lineColorSample;    QPushButton* lineColorButton;    QFrame* fillColorSample;    QPushButton* fillColorButton;    QLineEdit* textLineEdit;    QPushButton* okButton;    QPushButton* cancelButton;public slots:    virtual void chooseLineColor();    virtual void chooseFillColor();    virtual void exec(QCanvasItem *item);protected:    QVBoxLayout* PropertiesDialogLayout;    QGridLayout* rectGeometryGroupBoxLayout;    QGridLayout* lineGeometryGroupBoxLayout;    QGridLayout* attributesGroupBoxLayout;    QHBoxLayout* lineColorLayout;    QHBoxLayout* fillColorLayout;    QHBoxLayout* buttonLayout;protected slots:    virtual void languageChange();};#endif // PROPERTIESDIALOG_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -