2020-02-25 Fred Gleason <fredg@paravelsystems.com>

* Added captioning to the 'Select Cart' dialog.
This commit is contained in:
Fred Gleason
2020-02-25 16:15:43 -05:00
parent 344ea5e979
commit 758833120c
16 changed files with 53 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
//
// A widget to select a Rivendell Cart.
//
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -41,7 +41,7 @@ class RDCartDialog : public RDDialog
Q_OBJECT
public:
RDCartDialog(QString *filter,QString *group,QString *schedcode,
QWidget *parent=0);
const QString &caption,QWidget *parent=0);
~RDCartDialog();
QSize sizeHint() const;
QSizePolicy sizePolicy() const;
@@ -112,7 +112,8 @@ class RDCartDialog : public RDDialog
QString cart_user_password;
RDBusyDialog *cart_busy_dialog;
RDSimplePlayer *cart_player;
QString cart_caption;
};
#endif
#endif // RDCART_DIALOG_H