Browse Source

update

master
zhaohe 1 year ago
parent
commit
304b91a1ee
  1. 2
      libxsync
  2. 4
      mainwindow.cpp
  3. 4
      mainwindow.ui

2
libxsync

@ -1 +1 @@
Subproject commit 14ad103276e925c0f9808fc66dc2089f8bc3ac70
Subproject commit b6be16543ba31978f63fb73340b9fc66bef679ef

4
mainwindow.cpp

@ -598,9 +598,11 @@ void MainWindow::on_TimecodePage_Update_clicked() {
void MainWindow::on_tabWidget_currentChanged(int index) { void MainWindow::on_tabWidget_currentChanged(int index) {
on_RefreshRegsButton_clicked(); on_RefreshRegsButton_clicked();
// on_CameraSyncPacketGeneratorModule_Read_clicked();
on_TimecodePage_Read_clicked(); on_TimecodePage_Read_clicked();
on_TTLPage_Read_clicked(); on_TTLPage_Read_clicked();
on_GenlockPage_Read_clicked();
on_SysClockPage_Read_clicked();
on_RecordSigGen_Read_clicked();
} }
void MainWindow::on_TTLInputModule_Index_currentIndexChanged(int index) {} void MainWindow::on_TTLInputModule_Index_currentIndexChanged(int index) {}

4
mainwindow.ui

@ -139,7 +139,7 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QTabWidget" name="tab_9">
<widget class="QTabWidget" name="tabWidget">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
@ -147,7 +147,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>4</number>
<number>1</number>
</property> </property>
<widget class="QWidget" name="tab_8"> <widget class="QWidget" name="tab_8">
<attribute name="title"> <attribute name="title">

Loading…
Cancel
Save