mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 04:10:01 +01:00
working on Favorites window
This commit is contained in:
@@ -443,6 +443,10 @@ void AC_MainWindow::createMenu() {
|
||||
controls_pause->setEnabled(false);
|
||||
controls_step->setEnabled(false);
|
||||
controls_snapshot->setEnabled(false);
|
||||
|
||||
set_newnames = new QAction(tr("Set Favorites"), this);
|
||||
connect(set_newnames, SIGNAL(triggered()), this, SLOT(show_Favorites()));
|
||||
controls_menu->addAction(set_newnames);
|
||||
}
|
||||
|
||||
void AC_MainWindow::resetIndex() {
|
||||
@@ -1266,3 +1270,7 @@ void AC_MainWindow::menuFilterChanged(int index) {
|
||||
}
|
||||
loading = false;
|
||||
}
|
||||
|
||||
void AC_MainWindow::show_Favorites() {
|
||||
define_window->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user