1 Star 0 Fork 13

AaronXieYL/qte_2019_ncov

forked from whik/qte_2019_ncov 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
about.h 360 Bytes
Copy Edit Raw Blame History
#ifndef ABOUT_H
#define ABOUT_H
#include <QDialog>
#include <QDesktopServices>
namespace Ui {
class about;
}
class about : public QDialog
{
Q_OBJECT
public:
explicit about(QWidget *parent = 0);
~about();
void setLocation();
private slots:
void anchorClickedSlot(const QUrl& url);
private:
Ui::about *ui;
};
#endif // ABOUT_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aaronxieyl/qte_2019_ncov.git
git@gitee.com:aaronxieyl/qte_2019_ncov.git
aaronxieyl
qte_2019_ncov
qte_2019_ncov
master

Search