摘要: class MyLineEdit : public QLineEdit { Q_OBJECT public: MyLineEdit(QWidget * parent = 0) : QLineEdit(parent) {} ~MyLineEdit(){} protected: virtual void 阅读全文
posted @ 2018-07-06 15:07 冯耀耀 阅读(3918) 评论(0) 推荐(0)