|
Vesna
|
#include "FragmentFlowTicketIssueFormLogic.h"#include "ui_FragmentFlowTicketIssueForm.h"#include <QStandardItemModel>#include <QListView>#include <QEvent>#include <QKeyEvent>#include <QTimer>#include "core/common/eqtcompatible.h"#include "ui/BusStopListViewDelegate.h"#include "ui/TariffListViewDelegate.h"#include "ui/components/FragmentListSelectionWidget.h"#include "ui/components/FragmentTicketCountSelectionWidget.h"#include "ui/logic/NumericKeyboardSuggest.h"#include "ui/logic/GeneralFormLogic.h"#include "ui/UiDefines.h"#include "core/log/emlog.h"
Classes | |
| class | FragmentFlowTicketIssueFormLogic::DataClass |
Macros | |
| #define | __USE_LOG__ |
| #define | LIST_VIEW_ITEM_SIZE QSize( 700, 70 ) |
Variables | |
| const QString | PASSENGERS_COUNT_LABEL_PROPERTY = "isPassengerCountLabel" |
| const QString | INFORMATION_LABELS_HIGHLIGHTED_PROPERTY = "informationLabelHighlighted" |
| const QString | FRAGMENT_TYPE_PROPERTY = "fragmentType" |
| #define __USE_LOG__ |
| #define LIST_VIEW_ITEM_SIZE QSize( 700, 70 ) |
| const QString FRAGMENT_TYPE_PROPERTY = "fragmentType" |
| const QString INFORMATION_LABELS_HIGHLIGHTED_PROPERTY = "informationLabelHighlighted" |
| const QString PASSENGERS_COUNT_LABEL_PROPERTY = "isPassengerCountLabel" |
1.8.8