Feedback

If you have encountered a problem, found a bug or got a suggestion, please let me know. You can either email me ( resal81 AT yahoo DOT com ) or use the comment form below to give me your feedback.

29 responses

28 09 2007
Jay Mashl

Resa,

I am trying to compile version 0.5beta for Fedora Core 6, which comes with Qt4 precompiled but not Qwt-5.0.2. I compiling Qwt, I get errors like

/usr/local/src/grogui_0.5_beta/src/plotwidget.cpp:629: undefined reference to `QwtPlot::setAxisAutoScale(int)’
/usr/local/src/grogui_0.5_beta/src/plotwidget.cpp:512: undefined reference to `QwtSymbol::QwtSymbol()’
/usr/local/src/grogui_0.5_beta/src/plotwidget.cpp:502: undefined reference to `QwtLegend::clear()’

etc.

In the Makefile, I made the following change
#LIBS = $(SUBLIBS) -lqwt -lQt3Support -lQtGui -lQtCore -lpthread
LIBS = $(SUBLIBS) -L/usr/local/qwt-5.0.2/lib -lQt3Support -lQtGui -lQtCore -lpthread

and it does not solve the issue. Can you advise which library needs to be present?

thanks

Which libraries Probably the compiler cannot find a certain library, but since I have not worked with Qt/Qwt previously, could you advise

29 09 2007
resal

Thank you for testing version 0.5 .

Please note that the best way to tell the compiler where to find necessary files, is to change “grogui.pro”. Changes in Makefile will be lost after running “qmake” again.
In your case it seems that include files are not found. So if we assume that you have Qwt parts in the following directories:
header files (they have .h extension) in –> /usr/local/qwt-5.0.2/include/
library files (they have .so extension) in –> /usr/local/qwt-5.0.2/lib/

change “grogui.pro” as follows:

DEPENDPATH += . \
include \
src \
ui \
/usr/local/qwt-5.0.2/include
INCLUDEPATH += . \
include \
/usr/local/qwt-5.0.2/include
LIBS += -L/usr/local/qwt-5.0.2/lib -lqwt

(change the paths based on your Qwt installation). During compilation, the compiler looks for include files, not library files. It is during execution that the application will look for the library (libqwt.so). Now run qmake and make to compile the program.

I hope this will solve your problem.

30 09 2007
Jay Mashl

A different Fedora6 machine that I have tried was apparently set up better because it found pre-made qwt packages that the original machine did not. I made the path modifications to grogui.pro as you suggested, compiled, and got the interface to display. Thanks much.

2 10 2007
Mahdi

Congratulations!

Quite friendly and Lenient.

2 10 2007
resal

Thank you.
You are welcome.

5 10 2007
Ke Chen

Hi, Resal,

I am new user to both the Linux system and Gromacs. I have downloaded Grogui 0.5beta and followed your instruction to install it. It does show up, but whenever I click “run”, it always says “command not found”. It should be some path problem, but I could not find out where you have set the default path for grogui0.5. Please help me to solve the problem!

Thank a lot!

6 10 2007
resal

Thank you for testing version 0.5 beta.

I think you mean when you want to run a command ( e.g. “pdb2gmx -f …. “), the xterm that appears prints “command not found” . If so, this is not related to the GUI. In fact this is because the GROMACS programs (pdb2gmx, editconf…) are not in your binary path (for example you have installed them in /home/username/gromacs/bin ).
To solve it, you can simply add the path of your GROMACS binaries to your .bashrc file, e.g. edit /home/username/.bashrc and add this line to it:

export PATH=$PATH:/home/username/gromacs/bin

now log out and log in again. Hopefully your problem has been solved now.

19 10 2007
Ke Chen

Hi,

Sorry for not getting back to you. I have been using GROGUI all these days. It is an excellent interface! Thank you bring that to all of us! One thing I have found is that, “-dis” should be “-dist” in g_hbond. And also in g_hbond, “-g” could not be recognize by the gromacs. Hope that helps 🙂

Best wishes,

23 10 2007
resal

Thank you for your feedback.

Indeed it is quite good news that you found GroGUI helpful. I will fix those problems in the stable version.

Good Luck.

28 10 2007
Thomas Patko

Are there any plans to make a Mac Intel native version of GROMACSGUI? I plan to run GROMACS on my new Dual Quad Mac Pro and am interetested in using GROMACSGUI if it can be ported to Mac.

Having been built in QT, the code should be reasonably portable and in theory should port OK to Mac without too much rework. Has anyone else tried this or is there anyone else interested to try? Getting QT for Mac is a fairly expensive proposition based upon perusing their website. Please correct me if I can wrong.

29 10 2007
resal

Actually programs written in Qt are intended to be native on different platforms, so in theory there is no need to port the application and you can just compile and run it (the only thing that may not work is “Delete Directory” in popup menu) .Unfortunately I don’t have a Mac machine to test it but you can try to compile it:

1) Download dmg file of Qt and install it:
http://trolltech.com/developer/downloads/qt/mac

2) Download Qwt and compile it:
http://qwt.sourceforge.net/

3) Download and compile GroGUI 0.5 beta

Hope you get it to work.

2 11 2007
Geoff

There’s no need to wait for KDE 4 to get the KPart for molecular visualization. That’s all part of Avogadro / libavogadro. In fact, you might want to check out our SVN trunk, which is far ahead of what will ship in KDE4 due to the library freeze in KDE.

We’ve added general protein ribbon tubes and much improved rendering.

Please come take a look!

3 11 2007
resal

Quite interesting. Specially that you are going to support animations which is useful for visualizing molecular dynamics. I will try it out.
Thank you.

29 02 2008
Jimmy

Can you make a deb package or rpm package for this promising software ?
Linux beginner like me often find it difficult to understand the pre requisites and manual tweaks for the installation.

Please??

Thank you,

10 01 2009
KenwardV

Hi,

I just compiled this for my home system (Debian Sid), and found the compilation failed unless I used ‘qmake-qt4’ instead of ‘qmake’; the creation of the plotting version went without a hitch with no change in the .pro file.

I have found that the browser crashes when following certain links in the documentation, which I linked through the preferences to the packaged docs. My regular browser has no trouble (i.e. the links are OK). Grogui segfaults if I follow the manual through “Getting started” > “Setting up your environment” (or any of a number of other links).

Additionally, is there any way to compile the app without having it remain in the original directory (for the icons)? I’ve tried moving it to /usr/local/bin with the icon directory placed in the same place, but that does not work. Is there no way to make that reference a relative one? Or am I missing something obvious?

Having barely begun to teach myself abut gromacs, I can only comment so far that grogui looks quite useful! I’ll certainly be playing a lot with it this semester!

19 01 2009
Stephen P. Molnar, Ph.D.

Potentially a very nice program. However everything that I try in the Workspace tab results in a segmentation fault on my OpenSuSE 10.3 Linux machine. I am using the without plotting capability version as the only place that OpenSuSE uses the qwt library is as part of LabPlot.

3 04 2009
Manolis Matzapetakis

I just wanted to say that the comment of KenwardV about using ‘qmake-qt4′ instead of ‘qmake’ was the solution to my problem of installing it in Ubuntu (8.10) .. I strongly suggest including this in the readme file. I spent a lot of time until I stumbled upon his comment.
On a different note the gui looks very promising. Looking forward to testing it.

20 09 2009
vamsi

Hi ,
i got error when i try to compile grogui 0.5.2 ( provided all dependencies installed) . I am a novice programmer , please help me to figure out the problem. I remember earlier version i could install with out any error.

Thanks in advance for your help

here is erro log

g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -Iinclude -Iui -I/usr/include/qt3 -o finddialog.o src/finddialog.cpp
In file included from include/finddialog.h:4,
from src/finddialog.cpp:1:
ui/ui_finddialog.h:13:27: error: QtCore/QVariant: No such file or directory
ui/ui_finddialog.h:14:25: error: QtGui/QAction: No such file or directory
ui/ui_finddialog.h:15:30: error: QtGui/QApplication: No such file or directory
ui/ui_finddialog.h:16:30: error: QtGui/QButtonGroup: No such file or directory
ui/ui_finddialog.h:17:27: error: QtGui/QCheckBox: No such file or directory
ui/ui_finddialog.h:18:25: error: QtGui/QDialog: No such file or directory
ui/ui_finddialog.h:19:29: error: QtGui/QGridLayout: No such file or directory
ui/ui_finddialog.h:20:27: error: QtGui/QLineEdit: No such file or directory
ui/ui_finddialog.h:21:29: error: QtGui/QPushButton: No such file or directory
In file included from include/finddialog.h:4,
from src/finddialog.cpp:1:
ui/ui_finddialog.h:26: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_finddialog.h:26: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:27: error: ISO C++ forbids declaration of ‘QLineEdit’ with no type
ui/ui_finddialog.h:27: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:28: error: ISO C++ forbids declaration of ‘QPushButton’ with no type
ui/ui_finddialog.h:28: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:29: error: ISO C++ forbids declaration of ‘QPushButton’ with no type
ui/ui_finddialog.h:29: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:30: error: ISO C++ forbids declaration of ‘QLineEdit’ with no type
ui/ui_finddialog.h:30: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:31: error: ISO C++ forbids declaration of ‘QPushButton’ with no type
ui/ui_finddialog.h:31: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:32: error: ISO C++ forbids declaration of ‘QPushButton’ with no type
ui/ui_finddialog.h:32: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:33: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_finddialog.h:33: error: expected ‘;’ before ‘*’ token
ui/ui_finddialog.h:35: error: ‘QDialog’ has not been declared
ui/ui_finddialog.h:88: error: ‘QDialog’ has not been declared
ui/ui_finddialog.h: In member function ‘void Ui_FindDialogClass::setupUi(int*)’:
ui/ui_finddialog.h:37: error: request for member ‘objectName’ in ‘* FindDialogClass’, which is of non-class type ‘int’
ui/ui_finddialog.h:38: error: request for member ‘setObjectName’ in ‘* FindDialogClass’, which is of non-class type ‘int’
ui/ui_finddialog.h:38: error: ‘QString’ has not been declared
ui/ui_finddialog.h:39: error: request for member ‘resize’ in ‘* FindDialogClass’, which is of non-class type ‘int’
ui/ui_finddialog.h:40: error: request for member ‘setMaximumSize’ in ‘* FindDialogClass’, which is of non-class type ‘int’
ui/ui_finddialog.h:40: error: ‘QSize’ was not declared in this scope
ui/ui_finddialog.h:41: error: ‘gridLayout’ was not declared in this scope
ui/ui_finddialog.h:41: error: expected type-specifier before ‘QGridLayout’
ui/ui_finddialog.h:41: error: expected `;’ before ‘QGridLayout’
ui/ui_finddialog.h:42: error: ‘QString’ has not been declared
ui/ui_finddialog.h:43: error: ‘leFind’ was not declared in this scope
ui/ui_finddialog.h:43: error: expected type-specifier before ‘QLineEdit’
ui/ui_finddialog.h:43: error: expected `;’ before ‘QLineEdit’
ui/ui_finddialog.h:44: error: ‘QString’ has not been declared
ui/ui_finddialog.h:48: error: ‘pbFind’ was not declared in this scope
ui/ui_finddialog.h:48: error: expected type-specifier before ‘QPushButton’
ui/ui_finddialog.h:48: error: expected `;’ before ‘QPushButton’
ui/ui_finddialog.h:49: error: ‘QString’ has not been declared
ui/ui_finddialog.h:53: error: ‘pbNext’ was not declared in this scope
ui/ui_finddialog.h:53: error: expected type-specifier before ‘QPushButton’
ui/ui_finddialog.h:53: error: expected `;’ before ‘QPushButton’
ui/ui_finddialog.h:54: error: ‘QString’ has not been declared
ui/ui_finddialog.h:55: error: ‘QString’ has not been declared
ui/ui_finddialog.h:55: error: ‘QIcon’ was not declared in this scope
ui/ui_finddialog.h:59: error: ‘leReplace’ was not declared in this scope
ui/ui_finddialog.h:59: error: expected type-specifier before ‘QLineEdit’
ui/ui_finddialog.h:59: error: expected `;’ before ‘QLineEdit’
ui/ui_finddialog.h:60: error: ‘QString’ has not been declared
ui/ui_finddialog.h:64: error: ‘pbReplace’ was not declared in this scope
ui/ui_finddialog.h:64: error: expected type-specifier before ‘QPushButton’
ui/ui_finddialog.h:64: error: expected `;’ before ‘QPushButton’
ui/ui_finddialog.h:65: error: ‘QString’ has not been declared
ui/ui_finddialog.h:69: error: ‘pbReplaceAll’ was not declared in this scope
ui/ui_finddialog.h:69: error: expected type-specifier before ‘QPushButton’
ui/ui_finddialog.h:69: error: expected `;’ before ‘QPushButton’
ui/ui_finddialog.h:70: error: ‘QString’ has not been declared
ui/ui_finddialog.h:74: error: ‘chCase’ was not declared in this scope
ui/ui_finddialog.h:74: error: expected type-specifier before ‘QCheckBox’
ui/ui_finddialog.h:74: error: expected `;’ before ‘QCheckBox’
ui/ui_finddialog.h:75: error: ‘QString’ has not been declared
ui/ui_finddialog.h:85: error: ‘QMetaObject’ has not been declared
ui/ui_finddialog.h: In member function ‘void Ui_FindDialogClass::retranslateUi(int*)’:
ui/ui_finddialog.h:90: error: request for member ‘setWindowTitle’ in ‘* FindDialogClass’, which is of non-class type ‘int’
ui/ui_finddialog.h:90: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:90: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:91: error: request for member ‘setToolTip’ in ‘* FindDialogClass’, which is of non-class type ‘int’
ui/ui_finddialog.h:91: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:91: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:92: error: ‘pbFind’ was not declared in this scope
ui/ui_finddialog.h:92: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:92: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:93: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:93: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:94: error: ‘pbNext’ was not declared in this scope
ui/ui_finddialog.h:94: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:94: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:95: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:95: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:96: error: ‘pbReplace’ was not declared in this scope
ui/ui_finddialog.h:96: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:96: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:97: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:97: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:98: error: ‘pbReplaceAll’ was not declared in this scope
ui/ui_finddialog.h:98: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:98: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:99: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:99: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:100: error: ‘chCase’ was not declared in this scope
ui/ui_finddialog.h:100: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:100: error: ‘QApplication’ has not been declared
ui/ui_finddialog.h:101: error: ‘Q_UNUSED’ was not declared in this scope
In file included from src/finddialog.cpp:1:
include/finddialog.h: At global scope:
include/finddialog.h:9: error: expected class-name before ‘,’ token
include/finddialog.h:11: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
include/finddialog.h:13: error: expected ‘;’ before ‘public’
include/finddialog.h:16: error: expected `:’ before ‘slots’
include/finddialog.h:19: error: expected primary-expression before ‘private’
include/finddialog.h:19: error: ISO C++ forbids declaration of ‘slots’ with no type
include/finddialog.h:19: error: expected ‘;’ before ‘private’
include/finddialog.h:22: error: expected `;’ before ‘}’ token
src/finddialog.cpp:4: error: expected `)’ before ‘*’ token
make: *** [finddialog.o] Error 1

3 02 2010
Yasmine

Dear All,

I cannot compile

Iam working on ubuntu 9.10 and I got this error

g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -Iinclude -Iui -I/usr/include/qwt5 -I/usr/include/qt3 -o plotwidget.o src/plotwidget.cpp
In file included from include/plotwidget.h:4,
from src/plotwidget.cpp:1:
ui/ui_plotwidget.h:13:27: error: QtCore/QVariant: No such file or directory
ui/ui_plotwidget.h:14:25: error: QtGui/QAction: No such file or directory
ui/ui_plotwidget.h:15:30: error: QtGui/QApplication: No such file or directory
ui/ui_plotwidget.h:16:30: error: QtGui/QButtonGroup: No such file or directory
ui/ui_plotwidget.h:17:27: error: QtGui/QCheckBox: No such file or directory
ui/ui_plotwidget.h:18:27: error: QtGui/QComboBox: No such file or directory
ui/ui_plotwidget.h:19:29: error: QtGui/QGridLayout: No such file or directory
ui/ui_plotwidget.h:20:27: error: QtGui/QGroupBox: No such file or directory
ui/ui_plotwidget.h:21:29: error: QtGui/QListWidget: No such file or directory
ui/ui_plotwidget.h:22:29: error: QtGui/QSpacerItem: No such file or directory
ui/ui_plotwidget.h:23:26: error: QtGui/QToolBox: No such file or directory
ui/ui_plotwidget.h:24:29: error: QtGui/QToolButton: No such file or directory
ui/ui_plotwidget.h:25:25: error: QtGui/QWidget: No such file or directory
ui/ui_plotwidget.h:26:22: error: qwt_plot.h: No such file or directory
In file included from src/plotwidget.cpp:1:
include/plotwidget.h:5:16: error: QDir: No such file or directory
include/plotwidget.h:6:18: error: QColor: No such file or directory
include/plotwidget.h:7:28: error: qwt_plot_curve.h: No such file or directory
include/plotwidget.h:8:29: error: qwt_plot_zoomer.h: No such file or directory
include/plotwidget.h:9:29: error: qwt_plot_panner.h: No such file or directory
include/plotwidget.h:10:22: error: qwt_text.h: No such file or directory
include/plotwidget.h:11:32: error: qwt_plot_magnifier.h: No such file or directory
include/plotwidget.h:12:29: error: qwt_plot_marker.h: No such file or directory
include/plotwidget.h:13:29: error: qwt_plot_picker.h: No such file or directory
include/plotwidget.h:14:24: error: qwt_legend.h: No such file or directory
src/plotwidget.cpp:5:24: error: qwt_symbol.h: No such file or directory
src/plotwidget.cpp:6:29: error: qwt_legend_item.h: No such file or directory
src/plotwidget.cpp:7:17: error: QList: No such file or directory
src/plotwidget.cpp:8:23: error: QMessageBox: No such file or directory
src/plotwidget.cpp:9:18: error: QDebug: No such file or directory
src/plotwidget.cpp:10:20: error: QPrinter: No such file or directory
src/plotwidget.cpp:11:23: error: QFileDialog: No such file or directory
src/plotwidget.cpp:12:24: error: QPrintDialog: No such file or directory
src/plotwidget.cpp:13:16: error: QPen: No such file or directory
In file included from include/plotwidget.h:4,
from src/plotwidget.cpp:1:
ui/ui_plotwidget.h:31: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:31: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:32: error: ISO C++ forbids declaration of ‘QToolBox’ with no type
ui/ui_plotwidget.h:32: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:33: error: ISO C++ forbids declaration of ‘QWidget’ with no type
ui/ui_plotwidget.h:33: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:34: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:34: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:35: error: ISO C++ forbids declaration of ‘QListWidget’ with no type
ui/ui_plotwidget.h:35: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:36: error: ISO C++ forbids declaration of ‘QWidget’ with no type
ui/ui_plotwidget.h:36: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:37: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:37: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:38: error: ISO C++ forbids declaration of ‘QListWidget’ with no type
ui/ui_plotwidget.h:38: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:39: error: ISO C++ forbids declaration of ‘QWidget’ with no type
ui/ui_plotwidget.h:39: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:40: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:40: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:41: error: ISO C++ forbids declaration of ‘QGroupBox’ with no type
ui/ui_plotwidget.h:41: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:42: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:42: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:43: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:43: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:44: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:44: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:45: error: ISO C++ forbids declaration of ‘QSpacerItem’ with no type
ui/ui_plotwidget.h:45: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:46: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:46: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:47: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:47: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:48: error: ISO C++ forbids declaration of ‘QGroupBox’ with no type
ui/ui_plotwidget.h:48: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:49: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:49: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:50: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:50: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:51: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:51: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:52: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:52: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:53: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:53: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:54: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:54: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:55: error: ISO C++ forbids declaration of ‘QGroupBox’ with no type
ui/ui_plotwidget.h:55: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:56: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:56: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:57: error: ISO C++ forbids declaration of ‘QComboBox’ with no type
ui/ui_plotwidget.h:57: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:58: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:58: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:59: error: ISO C++ forbids declaration of ‘QSpacerItem’ with no type
ui/ui_plotwidget.h:59: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:60: error: ISO C++ forbids declaration of ‘QwtPlot’ with no type
ui/ui_plotwidget.h:60: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:61: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:61: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:62: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:62: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:63: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:63: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:65: error: ‘QWidget’ has not been declared
ui/ui_plotwidget.h:274: error: ‘QWidget’ has not been declared
ui/ui_plotwidget.h: In member function ‘void Ui_PlotWidgetClass::setupUi(int*)’:
ui/ui_plotwidget.h:67: error: request for member ‘objectName’ in ‘* PlotWidgetClass’, which is of non-class type ‘int’
ui/ui_plotwidget.h:68: error: request for member ‘setObjectName’ in ‘* PlotWidgetClass’, which is of non-class type ‘int’
ui/ui_plotwidget.h:68: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:69: error: request for member ‘resize’ in ‘* PlotWidgetClass’, which is of non-class type ‘int’
ui/ui_plotwidget.h:70: error: ‘gridLayout’ was not declared in this scope
ui/ui_plotwidget.h:70: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:70: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:71: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:72: error: ‘tlbxPlot’ was not declared in this scope
ui/ui_plotwidget.h:72: error: expected type-specifier before ‘QToolBox’
ui/ui_plotwidget.h:72: error: expected ‘;’ before ‘QToolBox’
ui/ui_plotwidget.h:73: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:74: error: ‘QSize’ was not declared in this scope
ui/ui_plotwidget.h:75: error: ‘QFrame’ has not been declared
ui/ui_plotwidget.h:76: error: ‘pagePlots’ was not declared in this scope
ui/ui_plotwidget.h:76: error: expected type-specifier before ‘QWidget’
ui/ui_plotwidget.h:76: error: expected ‘;’ before ‘QWidget’
ui/ui_plotwidget.h:77: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:78: error: ‘QRect’ was not declared in this scope
ui/ui_plotwidget.h:79: error: ‘gridLayout1’ was not declared in this scope
ui/ui_plotwidget.h:79: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:79: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:80: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:81: error: ‘liwPlotList’ was not declared in this scope
ui/ui_plotwidget.h:81: error: expected type-specifier before ‘QListWidget’
ui/ui_plotwidget.h:81: error: expected ‘;’ before ‘QListWidget’
ui/ui_plotwidget.h:82: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:84: error: ‘QAbstractItemView’ has not been declared
ui/ui_plotwidget.h:88: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:88: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:89: error: ‘pageData’ was not declared in this scope
ui/ui_plotwidget.h:89: error: expected type-specifier before ‘QWidget’
ui/ui_plotwidget.h:89: error: expected ‘;’ before ‘QWidget’
ui/ui_plotwidget.h:90: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:92: error: ‘gridLayout2’ was not declared in this scope
ui/ui_plotwidget.h:92: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:92: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:93: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:94: error: ‘liwDataList’ was not declared in this scope
ui/ui_plotwidget.h:94: error: expected type-specifier before ‘QListWidget’
ui/ui_plotwidget.h:94: error: expected ‘;’ before ‘QListWidget’
ui/ui_plotwidget.h:95: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:97: error: ‘QPalette’ was not declared in this scope
ui/ui_plotwidget.h:97: error: expected ‘;’ before ‘palette’
ui/ui_plotwidget.h:98: error: ‘QBrush’ was not declared in this scope
ui/ui_plotwidget.h:98: error: expected ‘;’ before ‘brush’
ui/ui_plotwidget.h:99: error: ‘brush’ was not declared in this scope
ui/ui_plotwidget.h:99: error: ‘Qt’ has not been declared
ui/ui_plotwidget.h:100: error: ‘palette’ was not declared in this scope
ui/ui_plotwidget.h:100: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:100: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:101: error: expected ‘;’ before ‘brush1’
ui/ui_plotwidget.h:102: error: ‘brush1’ was not declared in this scope
ui/ui_plotwidget.h:102: error: ‘Qt’ has not been declared
ui/ui_plotwidget.h:103: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:103: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:104: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:104: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:105: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:105: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:106: error: expected ‘;’ before ‘brush2’
ui/ui_plotwidget.h:107: error: ‘brush2’ was not declared in this scope
ui/ui_plotwidget.h:107: error: ‘Qt’ has not been declared
ui/ui_plotwidget.h:108: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:108: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:109: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:109: error: ‘QPalette’ is not a class or namespace
ui/ui_plotwidget.h:111: error: ‘QAbstractItemView’ has not been declared
ui/ui_plotwidget.h:112: error: ‘QAbstractItemView’ has not been declared
ui/ui_plotwidget.h:116: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:116: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:117: error: ‘page_tools’ was not declared in this scope
ui/ui_plotwidget.h:117: error: expected type-specifier before ‘QWidget’
ui/ui_plotwidget.h:117: error: expected ‘;’ before ‘QWidget’
ui/ui_plotwidget.h:118: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:120: error: ‘gridLayout3’ was not declared in this scope
ui/ui_plotwidget.h:120: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:120: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:121: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:122: error: ‘groupBox_2’ was not declared in this scope
ui/ui_plotwidget.h:122: error: expected type-specifier before ‘QGroupBox’
ui/ui_plotwidget.h:122: error: expected ‘;’ before ‘QGroupBox’
ui/ui_plotwidget.h:123: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:125: error: ‘gridLayout4’ was not declared in this scope
ui/ui_plotwidget.h:125: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:125: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:126: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:127: error: ‘tlZoom’ was not declared in this scope
ui/ui_plotwidget.h:127: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:127: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:128: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:129: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:129: error: ‘QIcon’ was not declared in this scope
ui/ui_plotwidget.h:134: error: ‘tlPicker’ was not declared in this scope
ui/ui_plotwidget.h:134: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:134: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:135: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:136: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:141: error: ‘spacerItem’ was not declared in this scope
ui/ui_plotwidget.h:141: error: expected type-specifier before ‘QSpacerItem’
ui/ui_plotwidget.h:141: error: expected ‘;’ before ‘QSpacerItem’
ui/ui_plotwidget.h:145: error: ‘tlReset’ was not declared in this scope
ui/ui_plotwidget.h:145: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:145: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:146: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:147: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:151: error: ‘chFitted’ was not declared in this scope
ui/ui_plotwidget.h:151: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:151: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:152: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:161: error: ‘groupBox’ was not declared in this scope
ui/ui_plotwidget.h:161: error: expected type-specifier before ‘QGroupBox’
ui/ui_plotwidget.h:161: error: expected ‘;’ before ‘QGroupBox’
ui/ui_plotwidget.h:162: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:164: error: ‘gridLayout5’ was not declared in this scope
ui/ui_plotwidget.h:164: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:164: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:165: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:166: error: ‘chPlotTitle’ was not declared in this scope
ui/ui_plotwidget.h:166: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:166: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:167: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:173: error: ‘chXTitle’ was not declared in this scope
ui/ui_plotwidget.h:173: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:173: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:174: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:180: error: ‘chYTitle’ was not declared in this scope
ui/ui_plotwidget.h:180: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:180: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:181: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:187: error: ‘chLegend’ was not declared in this scope
ui/ui_plotwidget.h:187: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:187: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:188: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:194: error: ‘chSymbols’ was not declared in this scope
ui/ui_plotwidget.h:194: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:194: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:195: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:204: error: ‘grpboxSecondY’ was not declared in this scope
ui/ui_plotwidget.h:204: error: expected type-specifier before ‘QGroupBox’
ui/ui_plotwidget.h:204: error: expected ‘;’ before ‘QGroupBox’
ui/ui_plotwidget.h:205: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:208: error: ‘gridLayout6’ was not declared in this scope
ui/ui_plotwidget.h:208: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:208: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:209: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:210: error: ‘cbSecondYAxis’ was not declared in this scope
ui/ui_plotwidget.h:210: error: expected type-specifier before ‘QComboBox’
ui/ui_plotwidget.h:210: error: expected ‘;’ before ‘QComboBox’
ui/ui_plotwidget.h:211: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:212: error: ‘QFont’ was not declared in this scope
ui/ui_plotwidget.h:212: error: expected ‘;’ before ‘font’
ui/ui_plotwidget.h:213: error: ‘font’ was not declared in this scope
ui/ui_plotwidget.h:218: error: ‘chY2Title’ was not declared in this scope
ui/ui_plotwidget.h:218: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:218: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:219: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:229: error: ‘spacerItem1’ was not declared in this scope
ui/ui_plotwidget.h:229: error: expected type-specifier before ‘QSpacerItem’
ui/ui_plotwidget.h:229: error: expected ‘;’ before ‘QSpacerItem’
ui/ui_plotwidget.h:233: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:233: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:237: error: ‘plotMain’ was not declared in this scope
ui/ui_plotwidget.h:237: error: expected type-specifier before ‘QwtPlot’
ui/ui_plotwidget.h:237: error: expected ‘;’ before ‘QwtPlot’
ui/ui_plotwidget.h:238: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:240: error: ‘QFrame’ has not been declared
ui/ui_plotwidget.h:244: error: ‘tlVisibility’ was not declared in this scope
ui/ui_plotwidget.h:244: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:244: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:245: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:246: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:252: error: ‘tlPDF’ was not declared in this scope
ui/ui_plotwidget.h:252: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:252: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:253: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:254: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:258: error: ‘tlPrint’ was not declared in this scope
ui/ui_plotwidget.h:258: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:258: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:259: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:260: error: ‘QString’ has not been declared
ui/ui_plotwidget.h:266: error: ‘QObject’ has not been declared
ui/ui_plotwidget.h:266: error: expected primary-expression before ‘bool’
ui/ui_plotwidget.h:266: error: ‘toggled’ was not declared in this scope
ui/ui_plotwidget.h:266: error: ‘SIGNAL’ was not declared in this scope
ui/ui_plotwidget.h:266: error: expected primary-expression before ‘bool’
ui/ui_plotwidget.h:266: error: ‘setVisible’ was not declared in this scope
ui/ui_plotwidget.h:266: error: ‘SLOT’ was not declared in this scope
ui/ui_plotwidget.h:271: error: ‘QMetaObject’ has not been declared
ui/ui_plotwidget.h: In member function ‘void Ui_PlotWidgetClass::retranslateUi(int*)’:
ui/ui_plotwidget.h:276: error: request for member ‘setWindowTitle’ in ‘* PlotWidgetClass’, which is of non-class type ‘int’
ui/ui_plotwidget.h:276: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:276: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:277: error: ‘tlbxPlot’ was not declared in this scope
ui/ui_plotwidget.h:277: error: ‘pagePlots’ was not declared in this scope
ui/ui_plotwidget.h:277: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:277: error: ‘QApplication’ has not been declared
In file included from include/plotwidget.h:4,
from src/plotwidget.cpp:1:
ui/ui_plotwidget.h:278: error: ‘pageData’ was not declared in this scope
ui/ui_plotwidget.h:278: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:278: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:279: error: ‘groupBox_2’ was not declared in this scope
ui/ui_plotwidget.h:279: error: ‘QString’ was not declared in this scope
ui/ui_plotwidget.h:280: error: ‘tlZoom’ was not declared in this scope
ui/ui_plotwidget.h:280: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:280: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:281: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:281: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:282: error: ‘tlPicker’ was not declared in this scope
ui/ui_plotwidget.h:282: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:282: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:283: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:283: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:284: error: ‘tlReset’ was not declared in this scope
ui/ui_plotwidget.h:284: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:284: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:285: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:285: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:286: error: ‘chFitted’ was not declared in this scope
ui/ui_plotwidget.h:286: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:286: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:287: error: ‘groupBox’ was not declared in this scope
ui/ui_plotwidget.h:287: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:287: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:288: error: ‘chPlotTitle’ was not declared in this scope
ui/ui_plotwidget.h:288: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:288: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:289: error: ‘chXTitle’ was not declared in this scope
ui/ui_plotwidget.h:289: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:289: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:290: error: ‘chYTitle’ was not declared in this scope
ui/ui_plotwidget.h:290: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:290: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:291: error: ‘chLegend’ was not declared in this scope
ui/ui_plotwidget.h:291: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:291: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:292: error: ‘chSymbols’ was not declared in this scope
ui/ui_plotwidget.h:292: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:292: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:293: error: ‘grpboxSecondY’ was not declared in this scope
ui/ui_plotwidget.h:293: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:293: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:294: error: ‘cbSecondYAxis’ was not declared in this scope
ui/ui_plotwidget.h:295: error: ‘QStringList’ was not declared in this scope
ui/ui_plotwidget.h:296: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:296: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:298: error: ‘chY2Title’ was not declared in this scope
ui/ui_plotwidget.h:298: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:298: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:299: error: ‘page_tools’ was not declared in this scope
ui/ui_plotwidget.h:299: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:299: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:300: error: ‘tlVisibility’ was not declared in this scope
ui/ui_plotwidget.h:300: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:300: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:301: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:301: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:302: error: ‘tlPDF’ was not declared in this scope
ui/ui_plotwidget.h:302: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:302: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:303: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:303: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:304: error: ‘tlPrint’ was not declared in this scope
ui/ui_plotwidget.h:304: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:304: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:305: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:305: error: ‘QApplication’ has not been declared
ui/ui_plotwidget.h:306: error: ‘Q_UNUSED’ was not declared in this scope
In file included from src/plotwidget.cpp:1:
include/plotwidget.h: At global scope:
include/plotwidget.h:17: error: expected class-name before ‘,’ token
include/plotwidget.h:19: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
include/plotwidget.h:20: error: expected ‘;’ before ‘public’
include/plotwidget.h:25: error: expected ‘:’ before ‘slots’
include/plotwidget.h:26: error: expected primary-expression before ‘void’
include/plotwidget.h:26: error: ISO C++ forbids declaration of ‘slots’ with no type
include/plotwidget.h:26: error: expected ‘;’ before ‘void’
include/plotwidget.h:28: error: expected ‘:’ before ‘slots’
include/plotwidget.h:29: error: expected primary-expression before ‘void’
include/plotwidget.h:29: error: ISO C++ forbids declaration of ‘slots’ with no type
include/plotwidget.h:29: error: expected ‘;’ before ‘void’
include/plotwidget.h:34: error: ‘QColor’ does not name a type
include/plotwidget.h:37: error: ‘QListWidgetItem’ has not been declared
include/plotwidget.h:47: error: ISO C++ forbids declaration of ‘QPoint’ with no type
include/plotwidget.h:47: error: expected ‘,’ or ‘…’ before ‘&’ token
include/plotwidget.h:53: error: expected primary-expression before ‘void’
include/plotwidget.h:53: error: ISO C++ forbids declaration of ‘signals’ with no type
include/plotwidget.h:53: error: expected ‘;’ before ‘void’
include/plotwidget.h:57: error: ‘QDir’ does not name a type
include/plotwidget.h:58: error: ‘QString’ does not name a type
include/plotwidget.h:59: error: ‘QStringList’ does not name a type
include/plotwidget.h:60: error: ISO C++ forbids declaration of ‘QwtPlotCurve’ with no type
include/plotwidget.h:60: error: expected ‘;’ before ‘*’ token
include/plotwidget.h:62: error: ISO C++ forbids declaration of ‘QwtLegend’ with no type
include/plotwidget.h:62: error: expected ‘;’ before ‘*’ token
include/plotwidget.h:63: error: ISO C++ forbids declaration of ‘QwtPlotPicker’ with no type
include/plotwidget.h:63: error: expected ‘;’ before ‘*’ token
include/plotwidget.h:64: error: ISO C++ forbids declaration of ‘QwtPlotPanner’ with no type
include/plotwidget.h:64: error: expected ‘;’ before ‘*’ token
include/plotwidget.h:65: error: ISO C++ forbids declaration of ‘QwtPlotMagnifier’ with no type
include/plotwidget.h:65: error: expected ‘;’ before ‘*’ token
include/plotwidget.h:71: error: ‘QString’ does not name a type
src/plotwidget.cpp:15: error: expected ‘)’ before ‘*’ token
make: *** [plotwidget.o] Error 1

please help?

21 03 2011
dknatow

i have a problem use gromacs GUI.i RUN protein in grogui.it’s successfull but if I run complex protein-ligand result is” fatal error” Residu ‘UNK’ not found in residue topology database. i think there is problem with small molecule. can u give me solution to run molecular dynamics with protein-ligand

20 08 2011
jayanthy

dear resal,

i am getting the following error on kubuntu :

jayanthy@jayanthy-laptop:~/grogui052/gui_withplotting$ qmake
jayanthy@jayanthy-laptop:~/grogui052/gui_withplotting$ make
Makefile:518: warning: overriding commands for target `qrc_main.cpp’
Makefile:422: warning: ignoring old commands for target `qrc_main.cpp’
Makefile:536: warning: overriding commands for target `qrc_mdi.cpp’
Makefile:440: warning: ignoring old commands for target `qrc_mdi.cpp’
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_QT3SUPPORT_LIB -DQTUPPORT -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux- -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/Qtpport -I/usr/include/qt4 -I. -Iinclude -Iui -I/usr/include/qwt-qt4 -I. -o mai src/main.cpp
In file included from include/qconsole.h:4,
from include/mainwindow.h:9,
from src/main.cpp:1:
include/myprocess.h: In constructor ‘MyProcess::MyProcess(QObject*)’:
include/myprocess.h:15: error: ‘stdin’ was not declared in this scope
include/myprocess.h:15: error: ‘fileno’ was not declared in this scope
include/myprocess.h: In member function ‘virtual void MyProcess::setupChildPrss()’:
include/myprocess.h:20: error: ‘stdin’ was not declared in this scope
include/myprocess.h:20: error: ‘fileno’ was not declared in this scope
make: *** [main.o] Error 1

please help me…I will acknowledge your help in my classes.Thanks.

15 01 2012
sunil

Hi

I am trying to compile the GUI but i am getting the below error

src/mdpconfig.cpp: In constructor ‘MdpConfig::MdpConfig(QWidget*, QDir)’:
src/mdpconfig.cpp:19:39: error: cannot call constructor ‘QStringList::QStringList’ directly [-fpermissive]
src/mdpconfig.cpp:19:39: error: for a function-style cast, remove the redundant ‘::QStringList’ [-fpermissive]
make: *** [mdpconfig.o] Error 1

12 02 2012
Bob

Hi all,

I’m also trying to compile GroGui on my Ubuntu 64bits machine but getting the following errors:

g++ -c -pipe -g -Wall -W -O2 -D_REENTRANT -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT -I/usr/share/qt3/mkspecs/default -I. -I. -Iinclude -Iui -I/usr/include/qwt-qt4 -I/usr/include/qt3 -o plotwidget.o src/plotwidget.cpp
In file included from include/plotwidget.h:4,
from src/plotwidget.cpp:1:
ui/ui_plotwidget.h:13:27: error: QtCore/QVariant: No such file or directory
ui/ui_plotwidget.h:14:25: error: QtGui/QAction: No such file or directory
ui/ui_plotwidget.h:15:30: error: QtGui/QApplication: No such file or directory
ui/ui_plotwidget.h:16:30: error: QtGui/QButtonGroup: No such file or directory
ui/ui_plotwidget.h:17:27: error: QtGui/QCheckBox: No such file or directory
ui/ui_plotwidget.h:18:27: error: QtGui/QComboBox: No such file or directory
ui/ui_plotwidget.h:19:29: error: QtGui/QGridLayout: No such file or directory
ui/ui_plotwidget.h:20:27: error: QtGui/QGroupBox: No such file or directory
ui/ui_plotwidget.h:21:29: error: QtGui/QListWidget: No such file or directory
ui/ui_plotwidget.h:22:29: error: QtGui/QSpacerItem: No such file or directory
ui/ui_plotwidget.h:23:26: error: QtGui/QToolBox: No such file or directory
ui/ui_plotwidget.h:24:29: error: QtGui/QToolButton: No such file or directory
ui/ui_plotwidget.h:25:25: error: QtGui/QWidget: No such file or directory
In file included from src/plotwidget.cpp:1:
include/plotwidget.h:5:16: error: QDir: No such file or directory
include/plotwidget.h:6:18: error: QColor: No such file or directory
src/plotwidget.cpp:7:17: error: QList: No such file or directory
src/plotwidget.cpp:8:23: error: QMessageBox: No such file or directory
src/plotwidget.cpp:9:18: error: QDebug: No such file or directory
src/plotwidget.cpp:10:20: error: QPrinter: No such file or directory
src/plotwidget.cpp:11:23: error: QFileDialog: No such file or directory
src/plotwidget.cpp:12:24: error: QPrintDialog: No such file or directory
src/plotwidget.cpp:13:16: error: QPen: No such file or directory
In file included from include/plotwidget.h:4,
from src/plotwidget.cpp:1:
ui/ui_plotwidget.h:31: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:31: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:32: error: ISO C++ forbids declaration of ‘QToolBox’ with no type
ui/ui_plotwidget.h:32: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:34: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:34: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:35: error: ISO C++ forbids declaration of ‘QListWidget’ with no type
ui/ui_plotwidget.h:35: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:37: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:37: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:38: error: ISO C++ forbids declaration of ‘QListWidget’ with no type
ui/ui_plotwidget.h:38: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:40: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:40: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:41: error: ISO C++ forbids declaration of ‘QGroupBox’ with no type
ui/ui_plotwidget.h:41: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:42: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:42: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:43: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:43: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:44: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:44: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:45: error: ISO C++ forbids declaration of ‘QSpacerItem’ with no type
ui/ui_plotwidget.h:45: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:46: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:46: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:47: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:47: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:48: error: ISO C++ forbids declaration of ‘QGroupBox’ with no type
ui/ui_plotwidget.h:48: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:49: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:49: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:50: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:50: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:51: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:51: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:52: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:52: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:53: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:53: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:54: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:54: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:55: error: ISO C++ forbids declaration of ‘QGroupBox’ with no type
ui/ui_plotwidget.h:55: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:56: error: ISO C++ forbids declaration of ‘QGridLayout’ with no type
ui/ui_plotwidget.h:56: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:57: error: ISO C++ forbids declaration of ‘QComboBox’ with no type
ui/ui_plotwidget.h:57: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:58: error: ISO C++ forbids declaration of ‘QCheckBox’ with no type
ui/ui_plotwidget.h:58: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:59: error: ISO C++ forbids declaration of ‘QSpacerItem’ with no type
ui/ui_plotwidget.h:59: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:61: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:61: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:62: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:62: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h:63: error: ISO C++ forbids declaration of ‘QToolButton’ with no type
ui/ui_plotwidget.h:63: error: expected ‘;’ before ‘*’ token
ui/ui_plotwidget.h: In member function ‘void Ui_PlotWidgetClass::setupUi(QWidget*)’:
ui/ui_plotwidget.h:67: error: ‘class QWidget’ has no member named ‘objectName’
ui/ui_plotwidget.h:68: error: ‘class QWidget’ has no member named ‘setObjectName’
ui/ui_plotwidget.h:70: error: ‘gridLayout’ was not declared in this scope
ui/ui_plotwidget.h:70: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:70: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:72: error: ‘tlbxPlot’ was not declared in this scope
ui/ui_plotwidget.h:72: error: expected type-specifier before ‘QToolBox’
ui/ui_plotwidget.h:72: error: expected ‘;’ before ‘QToolBox’
ui/ui_plotwidget.h:77: error: ‘class QWidget’ has no member named ‘setObjectName’
ui/ui_plotwidget.h:79: error: ‘gridLayout1’ was not declared in this scope
ui/ui_plotwidget.h:79: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:79: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:81: error: ‘liwPlotList’ was not declared in this scope
ui/ui_plotwidget.h:81: error: expected type-specifier before ‘QListWidget’
ui/ui_plotwidget.h:81: error: expected ‘;’ before ‘QListWidget’
ui/ui_plotwidget.h:84: error: ‘QAbstractItemView’ has not been declared
ui/ui_plotwidget.h:88: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:88: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:90: error: ‘class QWidget’ has no member named ‘setObjectName’
ui/ui_plotwidget.h:92: error: ‘gridLayout2’ was not declared in this scope
ui/ui_plotwidget.h:92: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:92: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:94: error: ‘liwDataList’ was not declared in this scope
ui/ui_plotwidget.h:94: error: expected type-specifier before ‘QListWidget’
ui/ui_plotwidget.h:94: error: expected ‘;’ before ‘QListWidget’
ui/ui_plotwidget.h:98: error: invalid conversion from ‘int’ to ‘QColor::Spec’
ui/ui_plotwidget.h:98: error: initializing argument 4 of ‘QColor::QColor(int, int, int, QColor::Spec)’
ui/ui_plotwidget.h:100: error: ‘Highlight’ is not a member of ‘QPalette’
ui/ui_plotwidget.h:101: error: invalid conversion from ‘int’ to ‘QColor::Spec’
ui/ui_plotwidget.h:101: error: initializing argument 4 of ‘QColor::QColor(int, int, int, QColor::Spec)’
ui/ui_plotwidget.h:103: error: ‘HighlightedText’ is not a member of ‘QPalette’
ui/ui_plotwidget.h:104: error: ‘Highlight’ is not a member of ‘QPalette’
ui/ui_plotwidget.h:105: error: ‘HighlightedText’ is not a member of ‘QPalette’
ui/ui_plotwidget.h:106: error: invalid conversion from ‘int’ to ‘QColor::Spec’
ui/ui_plotwidget.h:106: error: initializing argument 4 of ‘QColor::QColor(int, int, int, QColor::Spec)’
ui/ui_plotwidget.h:108: error: ‘Highlight’ is not a member of ‘QPalette’
ui/ui_plotwidget.h:109: error: ‘HighlightedText’ is not a member of ‘QPalette’
ui/ui_plotwidget.h:111: error: ‘QAbstractItemView’ has not been declared
ui/ui_plotwidget.h:112: error: ‘QAbstractItemView’ has not been declared
ui/ui_plotwidget.h:116: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:116: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:118: error: ‘class QWidget’ has no member named ‘setObjectName’
ui/ui_plotwidget.h:120: error: ‘gridLayout3’ was not declared in this scope
ui/ui_plotwidget.h:120: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:120: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:122: error: ‘groupBox_2’ was not declared in this scope
ui/ui_plotwidget.h:122: error: expected type-specifier before ‘QGroupBox’
ui/ui_plotwidget.h:122: error: expected ‘;’ before ‘QGroupBox’
ui/ui_plotwidget.h:125: error: ‘gridLayout4’ was not declared in this scope
ui/ui_plotwidget.h:125: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:125: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:127: error: ‘tlZoom’ was not declared in this scope
ui/ui_plotwidget.h:127: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:127: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:129: error: ‘QIcon’ was not declared in this scope
ui/ui_plotwidget.h:134: error: ‘tlPicker’ was not declared in this scope
ui/ui_plotwidget.h:134: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:134: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:141: error: ‘spacerItem’ was not declared in this scope
ui/ui_plotwidget.h:141: error: expected type-specifier before ‘QSpacerItem’
ui/ui_plotwidget.h:141: error: expected ‘;’ before ‘QSpacerItem’
ui/ui_plotwidget.h:145: error: ‘tlReset’ was not declared in this scope
ui/ui_plotwidget.h:145: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:145: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:151: error: ‘chFitted’ was not declared in this scope
ui/ui_plotwidget.h:151: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:151: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:161: error: ‘groupBox’ was not declared in this scope
ui/ui_plotwidget.h:161: error: expected type-specifier before ‘QGroupBox’
ui/ui_plotwidget.h:161: error: expected ‘;’ before ‘QGroupBox’
ui/ui_plotwidget.h:164: error: ‘gridLayout5’ was not declared in this scope
ui/ui_plotwidget.h:164: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:164: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:166: error: ‘chPlotTitle’ was not declared in this scope
ui/ui_plotwidget.h:166: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:166: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:173: error: ‘chXTitle’ was not declared in this scope
ui/ui_plotwidget.h:173: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:173: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:180: error: ‘chYTitle’ was not declared in this scope
ui/ui_plotwidget.h:180: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:180: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:187: error: ‘chLegend’ was not declared in this scope
ui/ui_plotwidget.h:187: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:187: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:194: error: ‘chSymbols’ was not declared in this scope
ui/ui_plotwidget.h:194: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:194: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:204: error: ‘grpboxSecondY’ was not declared in this scope
ui/ui_plotwidget.h:204: error: expected type-specifier before ‘QGroupBox’
ui/ui_plotwidget.h:204: error: expected ‘;’ before ‘QGroupBox’
ui/ui_plotwidget.h:208: error: ‘gridLayout6’ was not declared in this scope
ui/ui_plotwidget.h:208: error: expected type-specifier before ‘QGridLayout’
ui/ui_plotwidget.h:208: error: expected ‘;’ before ‘QGridLayout’
ui/ui_plotwidget.h:210: error: ‘cbSecondYAxis’ was not declared in this scope
ui/ui_plotwidget.h:210: error: expected type-specifier before ‘QComboBox’
ui/ui_plotwidget.h:210: error: expected ‘;’ before ‘QComboBox’
ui/ui_plotwidget.h:218: error: ‘chY2Title’ was not declared in this scope
ui/ui_plotwidget.h:218: error: expected type-specifier before ‘QCheckBox’
ui/ui_plotwidget.h:218: error: expected ‘;’ before ‘QCheckBox’
ui/ui_plotwidget.h:229: error: ‘spacerItem1’ was not declared in this scope
ui/ui_plotwidget.h:229: error: expected type-specifier before ‘QSpacerItem’
ui/ui_plotwidget.h:229: error: expected ‘;’ before ‘QSpacerItem’
ui/ui_plotwidget.h:233: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:233: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:238: error: ‘class QwtPlot’ has no member named ‘setObjectName’
ui/ui_plotwidget.h:244: error: ‘tlVisibility’ was not declared in this scope
ui/ui_plotwidget.h:244: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:244: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:252: error: ‘tlPDF’ was not declared in this scope
ui/ui_plotwidget.h:252: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:252: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:258: error: ‘tlPrint’ was not declared in this scope
ui/ui_plotwidget.h:258: error: expected type-specifier before ‘QToolButton’
ui/ui_plotwidget.h:258: error: expected ‘;’ before ‘QToolButton’
ui/ui_plotwidget.h:271: error: incomplete type ‘QMetaObject’ used in nested name specifier
ui/ui_plotwidget.h: In member function ‘void Ui_PlotWidgetClass::retranslateUi(QWidget*)’:
ui/ui_plotwidget.h:276: error: ‘class QWidget’ has no member named ‘setWindowTitle’
ui/ui_plotwidget.h:276: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:276: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:277: error: ‘tlbxPlot’ was not declared in this scope
ui/ui_plotwidget.h:277: error: incomplete type ‘QApplication’ used in nested name specifier
In file included from include/plotwidget.h:4,
from src/plotwidget.cpp:1:
ui/ui_plotwidget.h:277: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:278: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:278: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:279: error: ‘groupBox_2’ was not declared in this scope
ui/ui_plotwidget.h:280: error: ‘tlZoom’ was not declared in this scope
ui/ui_plotwidget.h:280: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:280: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:281: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:281: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:282: error: ‘tlPicker’ was not declared in this scope
ui/ui_plotwidget.h:282: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:282: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:283: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:283: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:284: error: ‘tlReset’ was not declared in this scope
ui/ui_plotwidget.h:284: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:284: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:285: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:285: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:286: error: ‘chFitted’ was not declared in this scope
ui/ui_plotwidget.h:286: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:286: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:287: error: ‘groupBox’ was not declared in this scope
ui/ui_plotwidget.h:287: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:287: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:288: error: ‘chPlotTitle’ was not declared in this scope
ui/ui_plotwidget.h:288: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:288: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:289: error: ‘chXTitle’ was not declared in this scope
ui/ui_plotwidget.h:289: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:289: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:290: error: ‘chYTitle’ was not declared in this scope
ui/ui_plotwidget.h:290: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:290: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:291: error: ‘chLegend’ was not declared in this scope
ui/ui_plotwidget.h:291: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:291: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:292: error: ‘chSymbols’ was not declared in this scope
ui/ui_plotwidget.h:292: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:292: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:293: error: ‘grpboxSecondY’ was not declared in this scope
ui/ui_plotwidget.h:293: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:293: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:294: error: ‘cbSecondYAxis’ was not declared in this scope
ui/ui_plotwidget.h:296: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:296: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:298: error: ‘chY2Title’ was not declared in this scope
ui/ui_plotwidget.h:298: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:298: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:299: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:299: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:300: error: ‘tlVisibility’ was not declared in this scope
ui/ui_plotwidget.h:300: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:300: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:301: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:301: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:302: error: ‘tlPDF’ was not declared in this scope
ui/ui_plotwidget.h:302: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:302: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:303: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:303: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:304: error: ‘tlPrint’ was not declared in this scope
ui/ui_plotwidget.h:304: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:304: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:305: error: incomplete type ‘QApplication’ used in nested name specifier
ui/ui_plotwidget.h:305: error: incomplete type ‘QApplication’ used in nested name specifier
In file included from src/plotwidget.cpp:1:
include/plotwidget.h: At global scope:
include/plotwidget.h:26: error: ‘QDir’ has not been declared
include/plotwidget.h:29: error: ‘QListWidgetItem’ has not been declared
include/plotwidget.h:37: error: ‘QListWidgetItem’ has not been declared
include/plotwidget.h:57: error: ‘QDir’ does not name a type
src/plotwidget.cpp: In constructor ‘PlotWidget::PlotWidget(QWidget*)’:
src/plotwidget.cpp:19: error: ‘grpboxSecondY’ was not declared in this scope
src/plotwidget.cpp:20: error: ‘tlPrint’ was not declared in this scope
src/plotwidget.cpp:43: error: ‘tlbxPlot’ was not declared in this scope
src/plotwidget.cpp:59: error: ‘liwPlotList’ was not declared in this scope
src/plotwidget.cpp:60: error: ‘liwDataList’ was not declared in this scope
src/plotwidget.cpp:61: error: ‘chFitted’ was not declared in this scope
src/plotwidget.cpp:62: error: ‘cbSecondYAxis’ was not declared in this scope
src/plotwidget.cpp:63: error: ‘tlReset’ was not declared in this scope
src/plotwidget.cpp:65: error: ‘chLegend’ was not declared in this scope
src/plotwidget.cpp:66: error: ‘chSymbols’ was not declared in this scope
src/plotwidget.cpp:67: error: ‘chPlotTitle’ was not declared in this scope
src/plotwidget.cpp:68: error: ‘chXTitle’ was not declared in this scope
src/plotwidget.cpp:69: error: ‘chYTitle’ was not declared in this scope
src/plotwidget.cpp:70: error: ‘chY2Title’ was not declared in this scope
src/plotwidget.cpp:72: error: ‘tlPDF’ was not declared in this scope
src/plotwidget.cpp:74: error: ‘tlPicker’ was not declared in this scope
src/plotwidget.cpp:75: error: ‘tlZoom’ was not declared in this scope
src/plotwidget.cpp: At global scope:
src/plotwidget.cpp:86: error: variable or field ‘updatePlotList’ declared void
src/plotwidget.cpp:86: error: ‘QDir’ was not declared in this scope
src/plotwidget.cpp:86: error: ‘d’ was not declared in this scope
make: *** [plotwidget.o] Error 1

Thanks for giving me a hand.

29 08 2017
BDSM
4 09 2017
xxx porno

mom xxx xxx porno hd porn video sex video

26 04 2018
lorauv60

Unique domestic bellhop as concoct:
http://frieda.projects.telrock.org

20 01 2020
kelsie

Welcome Everyone
Thanks for checking out my writing blog . My name is Kelsie.
I have worked since high school in this niche. My interest in writing started at a young age. I wrote poetry as a child and eventually went on to work with my school newspaper.
This early tryst into reporting eventually led me to academic writing. There is plenty of work for skilled writers. I specialize in research papers , but have the skills to do all types of academic writing.
Email me for more information about rates and a price quote. I’m looking forward to helping you.

Academic Writer – Kelsie – supportthedandelionschool.com Band

28 01 2020
topbase

Добрый день

Предлагаем свежую базу данных существующих предприятий нашей страны с высокой достоверностью для холодных продаж или электронных рассылок.

С такой холодной базой ваше предприятие привлечет большое количество потенциальных клиентов которые нужны вашей компании и вы увеличите свою прибыль.

Заинтересовало предложение?

Закажите формирование своей базы на нашей странице http://bdtop.club

9 05 2020
ClaudeOxish

Последние новости, интерактивная карта онлайн, подробная статистика по странам в таблице.
https://covid-monitor.com

Заинтересованным в продвижении своих сайтов предлагается обмен ссылками.
Подробности в телеграм @Zenno_bots

Leave a reply to Ke Chen Cancel reply