1 Star 1 Fork 0

cxtan/cQtTools

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Str2unicodeutf8.h 479 Bytes
一键复制 编辑 原始数据 按行查看 历史
cxtan 提交于 2022-06-21 22:20 . 初步完成 str2yutf 页面布局
#ifndef STR2UNICODEUTF8_H
#define STR2UNICODEUTF8_H
#include <QWidget>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include "SwitchButton.h"
#include <QPushButton>
#include <QRadioButton>
#if defined(_MSC_VER) && (_MSC_VER >= 1600)
# pragma execution_character_set("utf-8")
#endif
class Str2UnicodeUtf8 : public QWidget
{
Q_OBJECT
public:
explicit Str2UnicodeUtf8(QWidget *parent = nullptr);
SwitchButton *m_switchBtn;
signals:
};
#endif // STR2UNICODEUTF8_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/cxtan/cQtTools.git
git@gitee.com:cxtan/cQtTools.git
cxtan
cQtTools
cQtTools
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385