16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 16:19:19 +02:00
This commit is contained in:
milek7
2019-01-02 22:31:46 +01:00
parent 1cad7ad297
commit b1cb4ad1ea
24 changed files with 462 additions and 173 deletions

View File

@@ -12,6 +12,8 @@ http://mozilla.org/MPL/2.0/.
#include "uilayer.h"
#include "driveruipanels.h"
#include "widgets/vehiclelist.h"
class driver_ui : public ui_layer {
public:
@@ -50,4 +52,6 @@ private:
transcripts_panel m_transcriptspanel { "Transcripts", true }; // voice transcripts
bool m_paused { false };
bool m_pause_modal_opened { false };
ui::vehiclelist_panel m_vehiclelist;
};