fix(merge): merge.
This commit is contained in:
commit
36e06da497
1108
CMakeLists.txt.user
1108
CMakeLists.txt.user
File diff suppressed because it is too large
Load Diff
711
mainwindow.cpp
711
mainwindow.cpp
File diff suppressed because it is too large
Load Diff
|
@ -103,7 +103,8 @@ class MainWindow : public QMainWindow {
|
|||
void choose_pump_page();
|
||||
void write_fpga_cfg();
|
||||
void read_fpga_cfg();
|
||||
|
||||
void wave_open();
|
||||
void wave_close();
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
QTcpSocket *tcp_socket;
|
||||
|
|
|
@ -964,6 +964,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QPushButton" name="bt_stop_fpga">
|
||||
<property name="text">
|
||||
<string>关闭fpga</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QPushButton" name="bt_start_fpga">
|
||||
<property name="text">
|
||||
|
@ -971,10 +978,17 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QPushButton" name="bt_stop_fpga">
|
||||
<item row="2" column="0">
|
||||
<widget class="QPushButton" name="bt_wave_open">
|
||||
<property name="text">
|
||||
<string>关闭fpga</string>
|
||||
<string>wave打开</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="1">
|
||||
<widget class="QPushButton" name="bt_wave_close">
|
||||
<property name="text">
|
||||
<string>wave关闭</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in New Issue