mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2018-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'pam_rd' plug-in. * Removed rdchunk(1). * Upgraded Qt3 to Qt4.
This commit is contained in:
@@ -23,16 +23,18 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <qmainwindow.h>
|
||||
#include <q3mainwindow.h>
|
||||
#include <qsize.h>
|
||||
#include <qsizepolicy.h>
|
||||
#include <qcheckbox.h>
|
||||
#include <qlineedit.h>
|
||||
#include <qlistview.h>
|
||||
#include <q3listview.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <qpixmap.h>
|
||||
#include <qcombobox.h>
|
||||
#include <qlabel.h>
|
||||
//Added by qt3to4:
|
||||
#include <QResizeEvent>
|
||||
|
||||
#include <rdlog_line.h>
|
||||
#include <rdlogfilter.h>
|
||||
@@ -42,7 +44,7 @@
|
||||
|
||||
#define RDLOGEDIT_USAGE "\n"
|
||||
|
||||
class MainWidget : public QMainWindow
|
||||
class MainWidget : public Q3MainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@@ -61,7 +63,7 @@ class MainWidget : public QMainWindow
|
||||
void reportData();
|
||||
void filterChangedData(const QString &str);
|
||||
void logSelectionChangedData();
|
||||
void logDoubleclickedData(QListViewItem *item,const QPoint &pt,int col);
|
||||
void logDoubleclickedData(Q3ListViewItem *item,const QPoint &pt,int col);
|
||||
void notificationReceivedData(RDNotification *notify);
|
||||
void quitMainWidget();
|
||||
|
||||
@@ -82,7 +84,7 @@ class MainWidget : public QMainWindow
|
||||
int log_card_no;
|
||||
int log_stream_no;
|
||||
RDLogFilter *log_filter_widget;
|
||||
QListView *log_log_list;
|
||||
Q3ListView *log_log_list;
|
||||
std::vector<RDLogLine> log_clipboard;
|
||||
QPushButton *log_add_button;
|
||||
QPushButton *log_edit_button;
|
||||
|
Reference in New Issue
Block a user