Here is your solution.
Qt Code:
void UIControl::openProjectMenu() { p.setY(p.y() + menubar->height()); m_projectMenu->exec(p); }To copy to clipboard, switch view to plain text mode
Here is your solution.
Qt Code:
void UIControl::openProjectMenu() { p.setY(p.y() + menubar->height()); m_projectMenu->exec(p); }To copy to clipboard, switch view to plain text mode
negritot (16th September 2009)
Bookmarks