diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..e257ff9 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": "无配置" +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..6b61141 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..23bf672 Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/.vs/vincecontrol/v15/.suo b/.vs/vincecontrol/v15/.suo new file mode 100644 index 0000000..c22d673 Binary files /dev/null and b/.vs/vincecontrol/v15/.suo differ diff --git a/.vs/vincecontrol/v15/Browse.VC.db b/.vs/vincecontrol/v15/Browse.VC.db new file mode 100644 index 0000000..1a66aaf Binary files /dev/null and b/.vs/vincecontrol/v15/Browse.VC.db differ diff --git a/vincecontrol.cpp b/vincecontrol.cpp index 3f3e737..1d4af62 100644 --- a/vincecontrol.cpp +++ b/vincecontrol.cpp @@ -9,3 +9,8 @@ VinceControl::~VinceControl() { } + +void VinceControl::connect(QString comname, QString bandrate) +{ + +} diff --git a/vincecontrol.h b/vincecontrol.h index aa58384..e676ff5 100644 --- a/vincecontrol.h +++ b/vincecontrol.h @@ -2,12 +2,14 @@ #define VINCECONTROL_H #include "vincecontrol_global.h" +#include "QString" class VINCECONTROL_EXPORT VinceControl { public: VinceControl(); ~VinceControl(); + void connect(QString comname,QString bandrate); private: diff --git a/vincecontrol.vcxproj b/vincecontrol.vcxproj index e143f9e..69ed90d 100644 --- a/vincecontrol.vcxproj +++ b/vincecontrol.vcxproj @@ -1,5 +1,5 @@  - + Debug @@ -21,23 +21,24 @@ {B12702AD-ABFB-343A-A199-8E24837244A3} Qt4VSv1.0 + 10.0.17763.0 DynamicLibrary - v120 + v141 DynamicLibrary - v120 + v141 DynamicLibrary - v120 + v141 DynamicLibrary - v120 + v141 diff --git a/vincecontrol.vcxproj.filters b/vincecontrol.vcxproj.filters new file mode 100644 index 0000000..d17c8b9 --- /dev/null +++ b/vincecontrol.vcxproj.filters @@ -0,0 +1,40 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;cxx;c;def + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h + + + {99349809-55BA-4b9d-BF79-8FDBB0286EB3} + ui + + + {D9D6E242-F8AF-46E4-B9FD-80ECBC20BA3E} + qrc;* + false + + + {71ED8ED8-ACB9-4CE9-BBE1-E00B30144E11} + moc;h;cpp + False + + + + + Source Files + + + + + Header Files + + + Header Files + + + \ No newline at end of file diff --git a/vincecontrol.vcxproj.user b/vincecontrol.vcxproj.user new file mode 100644 index 0000000..be25078 --- /dev/null +++ b/vincecontrol.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file