Change encoding
And add fix button
This commit is contained in:
10
DRAWer_2_0.h
10
DRAWer_2_0.h
@@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include <QtWidgets/QMainWindow>
|
||||
#include "ui_DRAWer_2_0.h"
|
||||
@@ -12,11 +12,13 @@ public:
|
||||
~DRAWer_2_0();
|
||||
|
||||
private slots:
|
||||
void on_pushButton_clicked();
|
||||
void on_Line_Button_clicked();
|
||||
|
||||
void on_pushButton_2_clicked();
|
||||
void on_Parallel_Button_clicked();
|
||||
|
||||
void on_pushButton_3_clicked();
|
||||
void on_P2P_Button_clicked();
|
||||
|
||||
void on_FIX_Button_clicked();
|
||||
|
||||
private:
|
||||
Ui::DRAWer_2_0Class ui;
|
||||
|
||||
Reference in New Issue
Block a user