摘要: frameShape 框架形状 NoFrame = 0, // 无边框 Box = 0x0001, // rectangular box Panel = 0x0002, // rectangular panel WinPanel = 0x0003, // rectangular panel (Win 阅读全文
posted @ 2020-09-17 19:39 天子骄龙 阅读(2170) 评论(0) 推荐(0)
摘要: Header: #include <QStringList> 【不需要输入】 qmake: QT += core Inherits: QList QStringList ql; //创建QStringList对象 ql<<"李明"<<"张三"<<"李四"<<"孟晚舟"; //添加QString字符串 阅读全文
posted @ 2020-09-17 14:49 天子骄龙 阅读(1301) 评论(0) 推荐(0)
摘要: Header: #include <QLineEdit> qmake:QT += widgets Inherits: QWidget 信号 h文件 #ifndef WIN_H #define WIN_H #include <QWidget> #include <QDebug> QT_BEGIN_NA 阅读全文
posted @ 2020-09-17 07:57 天子骄龙 阅读(532) 评论(0) 推荐(0)