mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
update qqtdicttest8
This commit is contained in:
parent
c8655d12af
commit
8bc3fd5811
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user