mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user