1 Star 0 Fork 122

alen_wp/QtSerialPortPlotter

forked from 觉皇/QtSerialPortPlotter 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settingsdialog.h 535 Bytes
一键复制 编辑 原始数据 按行查看 历史
觉皇 提交于 2022-11-24 16:33 . 新增设置界面
#ifndef SETTINGSDIALOG_H
#define SETTINGSDIALOG_H
#include <QDialog>
#include <QStringListModel>
#include <QListWidgetItem>
namespace Ui {
class SettingsDialog;
}
class SettingsDialog : public QDialog
{
Q_OBJECT
public:
explicit SettingsDialog(QWidget *parent = nullptr);
~SettingsDialog();
private:
Ui::SettingsDialog *ui;
QStringList strList;
QStringListModel strListModel;
protected:
void showEvent(QShowEvent *) override;
private slots:
void accept() override;
};
#endif // SETTINGSDIALOG_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/aarch64/QtSerialPortPlotter.git
[email protected]:aarch64/QtSerialPortPlotter.git
aarch64
QtSerialPortPlotter
QtSerialPortPlotter
main

搜索帮助