April 22, 2012

janine6192 janine6192
Lab Rat
2 posts

How to use <QGeometryData> namespace

 

Hi,

I am trying to include the <QGeometryData> namespace, but my Qt 5.0 is not recognizing it.
It displays a wavy line under it:

  1. #ifndef TEST_H
  2. #define TEST_H
  3.  
  4. #include <QMainWindow>
  5. #include <QGeometryData>
  6. namespace Ui {
  7. class Test;
  8. }
  9.  
  10. class Test : public QMainWindow
  11. {
  12.     Q_OBJECT
  13.    
  14. public:
  15.     explicit Test(QWidget *parent = 0);
  16.     ~Test();
  17.    
  18. private:
  19.     Ui::Test *ui;
  20. };
  21.  
  22. #endif // TEST_H

1 reply

April 22, 2012

Volker Volker
Robot Herder
5428 posts

Closed due to double post.

 
  ‹‹ QTreeWidget: Set color text: specified column in specified row [Solved]      Accessing widgets from my class ››

You must log in to post a reply. Not a member yet? Register here!