pos: move trans form to form dir.
This commit is contained in:
@@ -21,7 +21,7 @@ Control/FileControl.h Control/FileControl.cpp Control/FileControl.ui
|
||||
Control/ConnectControl.h Control/ConnectControl.cpp Control/ConnectControl.ui
|
||||
Control/CompareControl.h Control/CompareControl.cpp Control/CompareControl.ui
|
||||
GuiUtil/Public.h GuiUtil/Public.cpp
|
||||
Control/Transform.h Control/Transform.cpp Control/Transform.ui
|
||||
Form/Transform.h Form/Transform.cpp Form/Transform.ui
|
||||
../Res/frelay.qrc ../Res/ico.rc
|
||||
Control/cusTableWidget.cpp Control/cusTableWidget.h
|
||||
Control/cpTableWidget.h Control/cpTableWidget.cpp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "ConnectControl.h"
|
||||
#include "ConnectControl.h"
|
||||
|
||||
#include <InfoMsg.h>
|
||||
#include <InfoPack.hpp>
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
#include "GuiUtil/Public.h"
|
||||
#include "ui_ConnectControl.h"
|
||||
#include "Transform.h"
|
||||
|
||||
Connecter::Connecter(QWidget* parent) : QWidget(parent), ui(new Ui::Connecter), th_(nullptr)
|
||||
{
|
||||
|
||||
@@ -35,6 +35,7 @@ void frelayGUI::InitControl()
|
||||
clientCore_ = new ClientCore();
|
||||
|
||||
compare_ = new Compare(this);
|
||||
transform_ = new TransForm(this);
|
||||
|
||||
connecter_ = new Connecter(this);
|
||||
connecter_->SetClientCore(clientCore_);
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "Control/FileControl.h"
|
||||
#include "Control/LogControl.h"
|
||||
#include "Control/CompareControl.h"
|
||||
#include "Form/Transform.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
@@ -44,6 +45,7 @@ private:
|
||||
FileManager* localFile_;
|
||||
FileManager* remoteFile_;
|
||||
ClientCore* clientCore_;
|
||||
TransForm* transform_;
|
||||
Compare* compare_;
|
||||
};
|
||||
#endif // FRELAYGUI_H
|
||||
|
||||
Reference in New Issue
Block a user