mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +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:
@@ -34,7 +34,7 @@ RDPodcastFilter::RDPodcastFilter(QWidget *parent)
|
||||
// Filter Phrase
|
||||
//
|
||||
d_filter_edit=new QLineEdit(this);
|
||||
d_filter_label=new QLabel(d_filter_edit,tr("Filter:"),this);
|
||||
d_filter_label=new QLabel(tr("Filter:"),this);
|
||||
d_filter_label->setFont(labelFont());
|
||||
d_filter_label->setAlignment(Qt::AlignVCenter|Qt::AlignRight);
|
||||
connect(d_filter_edit,SIGNAL(textChanged(const QString &)),
|
||||
@@ -44,8 +44,7 @@ RDPodcastFilter::RDPodcastFilter(QWidget *parent)
|
||||
// Show Audio Carts Checkbox
|
||||
//
|
||||
d_showactive_check=new QCheckBox(this);
|
||||
d_showactive_label=
|
||||
new QLabel(d_showactive_check,tr("Only Show Active Items"),this);
|
||||
d_showactive_label=new QLabel(tr("Only Show Active Items"),this);
|
||||
d_showactive_label->setFont(labelFont());
|
||||
d_showactive_label->setAlignment(Qt::AlignVCenter|Qt::AlignLeft);
|
||||
connect(d_showactive_check,SIGNAL(stateChanged(int)),
|
||||
|
||||
Reference in New Issue
Block a user