Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
rollback dev version
  • Loading branch information
TabbycatPie committed May 31, 2023
1 parent af383f6 commit c566efe
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
8 changes: 4 additions & 4 deletions KeyBoardSetter/KeyboardSetter/Forms/devicefinder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ DeviceFinder::DeviceFinder(QWidget *parent) :
openMainWindow();
}

// //developer skip button
// connect(ui->btn_skip,&QPushButton::clicked,this,[=]{
// openMainWindow();
// });
//developer skip button
connect(ui->btn_skip,&QPushButton::clicked,this,[=]{
openMainWindow();
});


connect(ui->searchdevice_btn,&QPushButton::clicked,this,[=]{
Expand Down
13 changes: 13 additions & 0 deletions KeyBoardSetter/KeyboardSetter/Forms/devicefinder.ui
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,19 @@
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="btn_skip">
<property name="geometry">
<rect>
<x>410</x>
<y>130</y>
<width>61</width>
<height>30</height>
</rect>
</property>
<property name="text">
<string>Skip</string>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
Expand Down

0 comments on commit c566efe

Please sign in to comment.