mirror of
https://github.com/gtalent/sc9k.git
synced 2025-04-28 17:58:34 -05:00
Compare commits
3 Commits
e42c3a7dc8
...
2e9b37f3b4
Author | SHA1 | Date | |
---|---|---|---|
2e9b37f3b4 | |||
c4e792c9a7 | |||
01cd6b7ba8 |
@ -16,6 +16,7 @@ add_executable(
|
|||||||
settingsdata.cpp
|
settingsdata.cpp
|
||||||
settingsdialog.cpp
|
settingsdialog.cpp
|
||||||
slideview.cpp
|
slideview.cpp
|
||||||
|
sc9k.rc
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(
|
target_link_libraries(
|
||||||
|
@ -10,5 +10,5 @@
|
|||||||
|
|
||||||
constexpr auto MaxCameraPresets = 9;
|
constexpr auto MaxCameraPresets = 9;
|
||||||
constexpr auto MaxViews = 9;
|
constexpr auto MaxViews = 9;
|
||||||
constexpr auto Version = "1.0-beta5";
|
constexpr auto Version = "1.0-beta6";
|
||||||
|
|
||||||
|
@ -201,8 +201,8 @@ void MainWindow::setupViewControls(QVBoxLayout *rootLyt) {
|
|||||||
});
|
});
|
||||||
views.emplace_back(View{
|
views.emplace_back(View{
|
||||||
.name = tr("Show"),
|
.name = tr("Show"),
|
||||||
.slides = false,
|
.slides = true,
|
||||||
.obsSlides = false,
|
.obsSlides = true,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
setupViewControlButtons(views, viewCtlLyt);
|
setupViewControlButtons(views, viewCtlLyt);
|
||||||
|
BIN
src/sc9k.ico
Normal file
BIN
src/sc9k.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 159 KiB |
1
src/sc9k.rc
Normal file
1
src/sc9k.rc
Normal file
@ -0,0 +1 @@
|
|||||||
|
IDI_ICON1 ICON DISCARDABLE "sc9k.ico"
|
Loading…
x
Reference in New Issue
Block a user