mirror of
https://github.com/gtalent/sc9k.git
synced 2025-04-25 06:38:33 -05:00
Compare commits
3 Commits
e42c3a7dc8
...
2e9b37f3b4
Author | SHA1 | Date | |
---|---|---|---|
2e9b37f3b4 | |||
c4e792c9a7 | |||
01cd6b7ba8 |
@ -16,6 +16,7 @@ add_executable(
|
||||
settingsdata.cpp
|
||||
settingsdialog.cpp
|
||||
slideview.cpp
|
||||
sc9k.rc
|
||||
)
|
||||
|
||||
target_link_libraries(
|
||||
|
@ -10,5 +10,5 @@
|
||||
|
||||
constexpr auto MaxCameraPresets = 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{
|
||||
.name = tr("Show"),
|
||||
.slides = false,
|
||||
.obsSlides = false,
|
||||
.slides = true,
|
||||
.obsSlides = true,
|
||||
});
|
||||
}
|
||||
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