Roulette GUI meant for the croupier
Find a file
2024-06-08 13:02:32 +01:00
BetButton.qml Only allow croupier to choose single numbers. 2024-06-08 13:02:32 +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
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 Little clean up, documentation, and column bets. 2024-06-04 21:10:39 +01:00
MainWindow.h Changed PlayerAreaModel to a named QML_SINGLETON. 2024-06-01 07:11:29 +01:00
PlayerAreaModel.cpp Payout button disabled until croupier has been set 2024-06-08 12:55:29 +01:00
PlayerAreaModel.h Display payout results. 2024-06-08 10:58:34 +01:00
PlayerAreaView.qml Forgot to stage Results.qml file. 2024-06-08 12:27:23 +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 Payout button disabled until croupier has been set 2024-06-08 12:55:29 +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 Improved code for showing player bets next to name 2024-06-07 16:30:49 +01:00
StreetBetsModel.cpp Changed PlayerAreaModel to a named QML_SINGLETON. 2024-06-01 07:11:29 +01:00
StreetBetsModel.h Changed PlayerAreaModel to a named QML_SINGLETON. 2024-06-01 07:11:29 +01:00
StreetBetsView.qml Added Column bets. 2024-06-04 22:14:26 +01:00