代码拉取完成,页面将自动刷新
#ifndef WIDGET_H
#define WIDGET_H
#include <QWidget>
#include <DMainWindow>
//#include <DGuiApplicationHelper>//用来适配深色模式 Used to adapt to dark model
#include "widget.h"
#include <DPushButton>
#include <DLabel>
#include <QString>
#include <DLineEdit>
#include <QCheckBox>
#include <QFrame>
#include <QRadioButton>
#include <QHBoxLayout>
#include <QButtonGroup>
#include <dpasswordedit.h>
#include "dslider.h"
#include <unistd.h>
#include <QComboBox>
DWIDGET_USE_NAMESPACE
class MainWindow : public DMainWindow
{
Q_OBJECT
public:
MainWindow(DMainWindow *parent = nullptr);
~MainWindow();
private:
QString GetRunCommand(QString command);
QString RunDTKCommand(QString command);
QHBoxLayout *moreSettingLayout = new QHBoxLayout;
QVBoxLayout *AllWidget = new QVBoxLayout;
DPushButton *install = new DPushButton;
DLineEdit *ip = new DLineEdit;
QButtonGroup *showScreen = new QButtonGroup(this);
QButtonGroup *rdpVersion = new QButtonGroup(this);
QButtonGroup *rdesktopVersion = new QButtonGroup(this);
//QButtonGroup *rdpConnect = new QButtonGroup(this);
QCheckBox *paste = new QCheckBox();
QCheckBox *remoteSound = new QCheckBox();
QCheckBox *shareRootFile = new QCheckBox();
QCheckBox *shareHomeFile = new QCheckBox();
QCheckBox *moreSetting = new QCheckBox;
QFrame *moreSettingFrame = new QFrame;
DLineEdit *sizeScreenWidth = new DLineEdit();
DLineEdit *sizeScreenHeight = new DLineEdit();
DLineEdit *showTitle = new DLineEdit();
DLineEdit *user = new DLineEdit();
DLineEdit *command = new DLineEdit();
DPasswordEdit *password = new DPasswordEdit();
DSlider *color = new DSlider();
DLabel *colorShow = new DLabel();
QComboBox *connectChooser = new QComboBox();
QTabWidget *moreSettingTab;
QWidget *w=new QWidget; //w是窗口的用户区,应当是所有窗口中控件的父(不包含标题栏及其上边的控件) W is the user area of the window and should be the parent of all controls in the window (excluding the title bar and controls above it)
//void setTheme(DGuiApplicationHelper::ColorType);
void ConnectIp();
void ShowMoreSetting();
void ShowScreenEnabled();
char * ReadFile(char path[]);
char programPath[100];
};
#endif // WIDGET_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。