1 Star 0 Fork 68

yasenRK / 图与网络优化_Qt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setdemanddialog.h 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZzqiZQute 提交于 2018-06-25 21:36 . 20186252136
#ifndef SETDEMANDDIALOG_H
#define SETDEMANDDIALOG_H
#include <QDialog>
namespace Ui {
class SetDemandDialog;
}
class SetDemandDialog : public QDialog
{
Q_OBJECT
public:
explicit SetDemandDialog(QWidget *parent = 0);
~SetDemandDialog();
int getDemand() const;
void setDemand(int value);
void setDemandText(QString s);
public slots:
void onBtnOkClicked();
private:
Ui::SetDemandDialog *ui;
int demand;
};
#endif // SETDEMANDDIALOG_H
C++
1
https://gitee.com/yasenrk/graph_and_network_optimization_qt.git
git@gitee.com:yasenrk/graph_and_network_optimization_qt.git
yasenrk
graph_and_network_optimization_qt
图与网络优化_Qt
master

搜索帮助