Search found 2 matches

by Sky
09 Nov 2018, 16:14
Forum: Editor Development
Topic: Issue 4440: Merge & Unify right-click lists on toolbar buttons
Replies: 3
Views: 7630

Re: Issue 4440: Merge & Unify right-click lists on toolbar buttons

I see. Any hints how exactly it should be implemented? What I can imagine is a ContextMenu class as subclass of QFrame with QTableWidget* as its member. Is it appropriate? In case if it is, should I just expose the table via setter/getter (or as public?) or should I wrap the table in ContextMenu's m...
by Sky
04 Nov 2018, 16:04
Forum: Editor Development
Topic: Issue 4440: Merge & Unify right-click lists on toolbar buttons
Replies: 3
Views: 7630

Issue 4440: Merge & Unify right-click lists on toolbar buttons

So I decided to pick up the issue. So, in accordance to "How to contribute" instruction, I forked the repo, created branch for the issue and this thread on forum. Then I moved both mPanel and mTable along with showPanel method implementation from SceneToolTextureBrush and SceneToolRun to t...