mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 06:10:10 +01:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -59,8 +59,7 @@ ListGpis::ListGpis(RDMatrix *matrix,RDMatrix::GpioType type,QWidget *parent)
|
||||
// Gpis List Box
|
||||
//
|
||||
list_list_view=new RDTableView(this);
|
||||
list_list_label=
|
||||
new QLabel(list_list_view,list_label,this);
|
||||
list_list_label=new QLabel(list_label,this);
|
||||
list_list_label->setFont(labelFont());
|
||||
list_list_model=new RDGpioListModel(matrix,type,this);
|
||||
list_list_model->setFont(defaultFont());
|
||||
|
||||
Reference in New Issue
Block a user