摘要:
QPushButton: 1 #ifndef WIDGET_H // widget.h文件 2 #define WIDGET_H 3 4 #include 5 6 class Widget : public QWidget 7 { 8 Q_OBJECT 9 10 public: 11 Widget(QWidget *par... 阅读全文
posted @ 2019-04-21 15:19
e-data
阅读(259)
评论(0)
推荐(0)
摘要:
QVariant类: 1 #include "widget.h" 2 #include 3 #include 4 5 int main(int argc, char *argv[]) 6 { 7 QApplication a(argc, argv); 8 QVariant v(709); 9 qDebug()map; 15 16 map[... 阅读全文
posted @ 2019-04-21 14:39
e-data
阅读(588)
评论(0)
推荐(0)

浙公网安备 33010602011771号