]> sigrok.org Git - pulseview.git/commitdiff
Removed status bar
authorJoel Holdsworth <redacted>
Sun, 30 Dec 2012 20:47:40 +0000 (20:47 +0000)
committerJoel Holdsworth <redacted>
Sun, 30 Dec 2012 20:47:40 +0000 (20:47 +0000)
pv/mainwindow.cpp
pv/mainwindow.h

index a94871fa4ca2c6927f5dceb396957a33f6936e26..062f4bd767d595f37b1da95486df7b67452aa531 100644 (file)
@@ -137,10 +137,6 @@ void MainWindow::setup_ui()
                SLOT(run_stop()));
        addToolBar(_sampling_bar);
 
                SLOT(run_stop()));
        addToolBar(_sampling_bar);
 
-       // Setup the status bar
-       _status_bar = new QStatusBar(this);
-       setStatusBar(_status_bar);
-
        setWindowTitle(QApplication::translate("MainWindow", "PulseView", 0,
                QApplication::UnicodeUTF8));
 
        setWindowTitle(QApplication::translate("MainWindow", "PulseView", 0,
                QApplication::UnicodeUTF8));
 
index 07a54a0f38929f161529c61cf637dc145dca562f..61a8456fe802582b80b1b22e982eaa18d40d1520 100644 (file)
@@ -72,7 +72,6 @@ private:
 
        QToolBar *_toolbar;
        SamplingBar *_sampling_bar;
 
        QToolBar *_toolbar;
        SamplingBar *_sampling_bar;
-       QStatusBar *_status_bar;
 
 private slots:
 
 
 private slots: