Table widgets
#128
-
|
Both Qt and Gtk have Table widgets. Does eepp have Table widgets? The Plugin Manager and Languages Health of ecode are kind of like examples of Table widgets. But I think I should ask to know for sure. |
Beta Was this translation helpful? Give feedback.
Answered by
SpartanJ
Jun 10, 2025
Replies: 1 comment
-
|
Yes, it's called UITableView and it also has UITreeView. Both are inspired in the Qt's model/view design. They are widely used over ecode.
Correct, both are UITableView's. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it's called UITableView and it also has UITreeView. Both are inspired in the Qt's model/view design. They are widely used over ecode.
Correct, both are UITableView's.