mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2021-01-22 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'Edit Deck' dialog in rdadmin(1) to use 'RDStationListModel'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -41,7 +41,8 @@ class RDStationListModel : public QAbstractTableModel
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RDStationListModel(const QString &localhost_name,QObject *parent=0);
|
||||
RDStationListModel(bool incl_none,const QString &localhost_name,
|
||||
QObject *parent=0);
|
||||
~RDStationListModel();
|
||||
QPalette palette();
|
||||
void setPalette(const QPalette &pal);
|
||||
@@ -69,6 +70,7 @@ class RDStationListModel : public QAbstractTableModel
|
||||
QFont d_font;
|
||||
QFont d_bold_font;
|
||||
QString d_localhost_name;
|
||||
bool d_include_none;
|
||||
QList<QVariant> d_headers;
|
||||
QList<QVariant> d_alignments;
|
||||
QStringList d_hostnames;
|
||||
|
||||
Reference in New Issue
Block a user