first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#ifndef ULINK_H
|
||||
#define ULINK_H
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
namespace Ui {
|
||||
class uLink;
|
||||
}
|
||||
|
||||
class uLink : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit uLink(QWidget *parent = nullptr);
|
||||
~uLink();
|
||||
void setLinkText(const QString &text);
|
||||
|
||||
private:
|
||||
Ui::uLink *ui;
|
||||
};
|
||||
|
||||
#endif // ULINK_H
|
||||
Reference in New Issue
Block a user