Search found 5 matches
- Tue Feb 06, 2018 8:24 pm
- Forum: Plugins
- Topic: Error to access mainwindow
- Replies: 7
- Views: 17018
Re: Error to access mainwindow
Ok, thank you very much, notify me when this be posible
- Tue Feb 06, 2018 2:05 pm
- Forum: Plugins
- Topic: Error to access mainwindow
- Replies: 7
- Views: 17018
Re: Error to access mainwindow
Yes I would like to use both methods. I'm working in a plugin to interactuate with the program with a device. So I must use these methods to move or rotate a single mesh and apply changes.
- Mon Feb 05, 2018 12:51 pm
- Forum: Plugins
- Topic: Error to access mainwindow
- Replies: 7
- Views: 17018
Re: Error to access mainwindow
I have searched but there aren't plugins that use functions like MainWindow::TheInstance or MainWindow::putObjectBackIntoDBTree. These functions are used only in qcc/ and aren't accesible from m_app, at least, I couldn't. Is there any method to do that?
- Mon Feb 05, 2018 9:56 am
- Forum: Plugins
- Topic: Error to access mainwindow
- Replies: 7
- Views: 17018
Error to access mainwindow
Hi, I'm developping a plugin but when I try to access to MainWindow::TheInstance, for example, I get an error LNK2019: "two external whitout resolve...". What can I do to access to this functions or others? Thank you
- Tue Dec 26, 2017 6:11 pm
- Forum: Windows related topics
- Topic: Simulate a click
- Replies: 1
- Views: 20617
Simulate a click
Hi, I have been trying to simulate a click in main windows but it has been imposible. I would like to know if is there any method to do this? I have seen method onWheelEvent that simulate a displacement or zoom. I want the same, but for a click, is there something? Thank you and sorry for my english!