mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2018-06-11 Fred Gleason <fredg@paravelsystems.com>
* Added a 'STATIONS.JACK_PORT' field to the database. * Incremented the database version to 287. * Added an 'Initial Audio Ports' control to the 'JACK Configuration' dialog in rdadmin(1). * Implemented 'Activate JACK Port' ['JA'] and 'Remove JACK Port' ['JR'] RMLs.
This commit is contained in:
@@ -21,17 +21,18 @@
|
||||
#ifndef EDIT_JACK_H
|
||||
#define EDIT_JACK_H
|
||||
|
||||
#include <qdialog.h>
|
||||
#include <qlistview.h>
|
||||
#include <qtextedit.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qcheckbox.h>
|
||||
#include <qlineedit.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qdialog.h>
|
||||
#include <qlabel.h>
|
||||
#include <qlineedit.h>
|
||||
#include <qlistview.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qspinbox.h>
|
||||
#include <qtextedit.h>
|
||||
|
||||
#include <rdstation.h>
|
||||
#include <rdlistview.h>
|
||||
#include <rdstation.h>
|
||||
|
||||
#define EDITJACK_DEFAULT_SERVERNAME QObject::tr("(default)")
|
||||
|
||||
@@ -63,6 +64,8 @@ class EditJack : public QDialog
|
||||
QLineEdit *edit_jack_server_name_edit;
|
||||
QLabel *edit_jack_command_line_label;
|
||||
QLineEdit *edit_jack_command_line_edit;
|
||||
QLabel *edit_jack_audio_ports_label;
|
||||
QSpinBox *edit_jack_audio_ports_spin;
|
||||
QLabel *edit_jack_client_label;
|
||||
RDListView *edit_jack_client_view;
|
||||
RDStation *edit_station;
|
||||
|
Reference in New Issue
Block a user