1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00

update qqtdicttest8

This commit is contained in:
tianduanrui 2020-04-09 12:48:13 +08:00
parent c8655d12af
commit 8bc3fd5811

View File

@ -26,6 +26,14 @@ MainWindow::MainWindow ( QWidget* parent ) :
bb << QColor ( Qt::magenta );
dict = bb;
pline() << dict;
QStringList cc;
cc << "你好";
cc << "您好";
cc << "nin hao";
cc << "Hello";
dict = cc;
pline() << dict;
}
MainWindow::~MainWindow()