Ai
1 Star 1 Fork 1

HuanZeng/texstudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
encodingdialog.h 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
sunderme@gmx.de 提交于 2017-12-01 05:48 +08:00 . move more source files
#ifndef ENCODINGDIALOG_H
#define ENCODINGDIALOG_H
#include "mostQtHeaders.h"
#include "ui_encodingdialog.h"
#include "qeditor.h"
#include "latexdocument.h"
class EncodingDialog : public QDialog, private Ui::EncodingDialog
{
Q_OBJECT
Q_DISABLE_COPY(EncodingDialog)
public:
explicit EncodingDialog(QWidget *parent = 0, QEditor *editor = 0);
private:
QEditor *edit;
protected:
virtual void changeEvent(QEvent *e);
private slots:
void on_view_clicked();
void on_change_clicked();
void on_reload_clicked();
void on_cancel_clicked();
};
#endif // ENCODINGDIALOG_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xmrzh/texstudio.git
git@gitee.com:xmrzh/texstudio.git
xmrzh
texstudio
texstudio
master

搜索帮助