Roulette GUI meant for the croupier
Find a file
2024-06-08 00:41:25 +01:00
BetButton.qml Added croupier as a "Player". 2024-06-07 10:06:28 +01:00
BetInputDialog.qml Awful code for showing players' bets next to name. 2024-06-07 08:31:38 +01:00
CMakeLists.txt Added Low/High bets. 2024-06-06 08:17:49 +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 Calculate payouts. 2024-06-08 00:41:25 +01:00
PlayerAreaModel.h Calculate payouts. 2024-06-08 00:41:25 +01:00
PlayerAreaView.qml Calculate payouts. 2024-06-08 00:41:25 +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
Root.qml Payout button stub. 2024-06-07 18:03:22 +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