Roulette GUI meant for the croupier
Find a file
2024-06-14 19:08:36 +01:00
BetButton.qml Optimised suboptimal code. 2024-06-09 13:25:58 +01:00
BetInputDialog.qml Only allow valid inputs as bets. 2024-06-08 12:25:20 +01:00
CMakeLists.txt Display payout results. 2024-06-08 10:58:34 +01:00
Columns.qml Added Column bets. 2024-06-04 22:14:26 +01:00
Dozens.qml Added 0 and 00. Fixed dialog positions. 2024-06-05 23:10:06 +01:00
EvenOdd.qml Added Even/Odd bets. 2024-06-06 08:11:37 +01:00
example.png Added README. 2024-06-14 19:08:36 +01:00
LowHigh.qml Added Low/High bets. 2024-06-06 08:17:49 +01:00
main.cpp Changed from QQuickView to QQmlApplication Engine. 2024-05-31 13:56:24 +01:00
MainWindow.cpp Do no allow resizing of window. 2024-06-08 17:35:27 +01:00
MainWindow.h Changed PlayerAreaModel to a named QML_SINGLETON. 2024-06-01 07:11:29 +01:00
PlayerAreaModel.cpp Optimised suboptimal code. 2024-06-09 13:25:58 +01:00
PlayerAreaModel.h Optimised suboptimal code. 2024-06-09 13:25:58 +01:00
PlayerAreaView.qml Forgot to stage Results.qml file. 2024-06-08 12:27:23 +01:00
README.md Added README. 2024-06-14 19:08:36 +01:00
RedBlack.qml Added RedBlack bet and made selected borders wider 2024-06-05 23:25:19 +01:00
res.qrc Street bets UI. 2024-06-01 01:14:46 +01:00
Results.qml Forgot to stage Results.qml file. 2024-06-08 12:27:23 +01:00
Root.qml Optimised suboptimal code. 2024-06-09 13:25:58 +01:00
roulette.png Street bets UI. 2024-06-01 01:14:46 +01:00
Roulette.qml Added Low/High bets. 2024-06-06 08:17:49 +01:00
Singles.qml Optimised suboptimal code. 2024-06-09 13:25:58 +01:00
StreetBetsView.qml Added Column bets. 2024-06-04 22:14:26 +01:00

Roulette Payout

Choose each player's bets and see how much each player is owed depending on where the ball landed.

Compilation

qt6-base and qt6-declarative needed.

cmake -B build
cd build
make