Implemented: Application icons; OpenSceneGraph to handle OpenGL with Qt; devicePixelRatio() for handing render on highDPI displays; Sample 3D with handler; MouseHandler not yet working as expected (WIP)

This commit is contained in:
dushyant basson
2023-09-05 17:51:25 +05:30
parent 341e68907f
commit c7effd2498
12 changed files with 321 additions and 45 deletions
+1 -9
View File
@@ -7,14 +7,6 @@
class ParseIfcFile : public QObject
{
Q_OBJECT
signals:
void parsingInfo(const QString& info);
private:
void outputMsg(const std::string& msg);
public:
ParseIfcFile();
~ParseIfcFile();
@@ -22,4 +14,4 @@ public:
void Parse(const std::string& filePath);
};
#endif // PARSEIFCFILE_H
#endif // PARSEIFCFILE_H