mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 22:51:13 +02:00
2020-02-25 Fred Gleason <fredg@paravelsystems.com>
* Added captioning to the 'Select Cart' dialog.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user