mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-15 00:51:25 +01:00
2018-08-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed style inconsistencies in dialogs within rdlogedit(1).
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Insert Audio for a Voice Track
|
||||
//
|
||||
// (C) Copyright 2002-2006,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2018 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
|
||||
@@ -29,10 +29,6 @@
|
||||
#include <qevent.h>
|
||||
#include <qmessagebox.h>
|
||||
#include <qcheckbox.h>
|
||||
//Added by qt3to4:
|
||||
#include <QLabel>
|
||||
#include <QKeyEvent>
|
||||
#include <QCloseEvent>
|
||||
|
||||
#include <rddb.h>
|
||||
#include <rd.h>
|
||||
@@ -40,14 +36,15 @@
|
||||
#include <rdcut_dialog.h>
|
||||
#include <rdcut_path.h>
|
||||
|
||||
#include <import_track.h>
|
||||
#include "import_track.h"
|
||||
|
||||
extern RDStation *rdstation_conf;
|
||||
|
||||
ImportTrack::ImportTrack(QString *filter,QString *group,QWidget *parent)
|
||||
: QDialog(parent,"",true,Qt::WStyle_Customize|Qt::WStyle_DialogBorder)
|
||||
: QDialog(parent,Qt::WStyle_Customize|Qt::WStyle_DialogBorder)
|
||||
{
|
||||
setCaption("");
|
||||
setModal(true);
|
||||
setWindowTitle("");
|
||||
|
||||
//
|
||||
// Fix the Window Size
|
||||
|
||||
Reference in New Issue
Block a user