Linux窗口程序设计-QT4精彩实例分析实例4使用标准输入框.docVIP

  • 4
  • 0
  • 约4.4千字
  • 约 8页
  • 2016-04-01 发布于江西
  • 举报

Linux窗口程序设计-QT4精彩实例分析实例4使用标准输入框.doc

Linux窗口程序设计-QT4精彩实例分析实例4使用标准输入框.doc

//inputdialog.h #ifndef INPUTDLG_H #define INPUTDLG_H #include QtGui class InputDlg : public QDialog { Q_OBJECT public: InputDlg(); public: QPushButton *nameButton; QPushButton *sexButton; QPushButton *ageButton; QPushButton *statureButton; QLabel *label1; QLabel *label2; QLabel *label3; QLabel *label4; QLabel *nameLabel; QLabel *sexLabel; QLabel *ageLabel; QLabel *statureLabel; private slots: void slotName(); void slotSex(); void slotAge(); void slotStature(); }; #endif // inputdialog.cpp #include inputdialog.h In

文档评论(0)

1亿VIP精品文档

相关文档