commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10791 - gnuradio/branches/developers/trondeau/qtdevel


From: trondeau
Subject: [Commit-gnuradio] r10791 - gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib
Date: Wed, 8 Apr 2009 18:48:18 -0600 (MDT)

Author: trondeau
Date: 2009-04-08 18:48:17 -0600 (Wed, 08 Apr 2009)
New Revision: 10791

Modified:
   
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.cc
   
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.h
   
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.ui
Log:
Switching from QDialog to QWidget to work more cleanly as a child widget.

Modified: 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.cc
===================================================================
--- 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.cc
      2009-04-09 00:46:30 UTC (rev 10790)
+++ 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.cc
      2009-04-09 00:48:17 UTC (rev 10791)
@@ -6,7 +6,7 @@
 int SpectrumDisplayForm::_openGLWaterfall3DFlag = -1;
 
 SpectrumDisplayForm::SpectrumDisplayForm(QWidget* parent)
-  : QDialog(parent)
+  : QWidget(parent)
 {
   setupUi(this);
 

Modified: 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.h
===================================================================
--- 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.h
       2009-04-09 00:46:30 UTC (rev 10790)
+++ 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.h
       2009-04-09 00:48:17 UTC (rev 10791)
@@ -15,7 +15,7 @@
 #include <QValidator>
 #include <vector>
 
-class SpectrumDisplayForm : public QDialog, public Ui::SpectrumDisplayForm
+class SpectrumDisplayForm : public QWidget, public Ui::SpectrumDisplayForm
 {
   Q_OBJECT
 

Modified: 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.ui
===================================================================
--- 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.ui
      2009-04-09 00:46:30 UTC (rev 10790)
+++ 
gnuradio/branches/developers/trondeau/qtdevel2/gr-qtgui/src/lib/spectrumdisplayform.ui
      2009-04-09 00:48:17 UTC (rev 10791)
@@ -1,6 +1,6 @@
 <ui version="4.0" >
  <class>SpectrumDisplayForm</class>
- <widget class="QDialog" name="SpectrumDisplayForm" >
+ <widget class="QWidget" name="SpectrumDisplayForm" >
   <property name="geometry" >
    <rect>
     <x>0</x>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]