2021-01-26 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDTableView' and 'RDTreeView' base viewer classes.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-26 20:37:26 -05:00
parent 2ea048a80b
commit d8f526119e
50 changed files with 222 additions and 171 deletions

View File

@@ -21,14 +21,12 @@
#ifndef LIST_STATIONS_H
#define LIST_STATIONS_H
//#include <q3listbox.h>
#include <QLabel>
#include <QPushButton>
#include <QTableView>
#include <rddialog.h>
#include <rdstationlistmodel.h>
#include <rdtableview.h>
class ListStations : public RDDialog
{
@@ -50,10 +48,8 @@ class ListStations : public RDDialog
void resizeEvent(QResizeEvent *e);
private:
// void RefreshList(QString stationname="");
QLabel *list_title_label;
// Q3ListBox *list_box;
QTableView *list_stations_view;
RDTableView *list_stations_view;
RDStationListModel *list_stations_model;
QPushButton *list_add_button;
QPushButton *list_edit_button;