重写base64编码转换demo

This commit is contained in:
feiyangqingyun
2021-07-31 15:03:14 +08:00
parent 45d9850b08
commit 9f950985c3
7 changed files with 130 additions and 61 deletions

View File

@@ -9,7 +9,7 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
a.setFont(QFont("Microsoft Yahei", 9));
#if (QT_VERSION <= QT_VERSION_CHECK(5,0,0))
#if (QT_VERSION < QT_VERSION_CHECK(5,0,0))
#if _MSC_VER
QTextCodec *codec = QTextCodec::codecForName("gbk");
#else