What about QTableView with native implementation? Topic is solved

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
Ronald
Super wx Problem Solver
Super wx Problem Solver
Posts: 306
Joined: Mon Mar 05, 2018 4:17 am

What about QTableView with native implementation?

Post by Ronald »

I think QTableView in Qt is more flex and easy to understand,
but it is slower, if it is implemented natively (i.e. use dc), will it be faster considerably?
QTableView uses "virtual function" as interface mechanism, I don't think it slows by the mechanism.
How do you think about QTableView with native implementation?
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: What about QTableView with native implementation?

Post by ONEEYEMAN »

Hi,
You should post in the wx-dev ML.
This forum is for wx users and there is no core developers available.

Thank yo.
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: What about QTableView with native implementation?

Post by doublemax »

Use the source, Luke!
catalin
Moderator
Moderator
Posts: 1618
Joined: Wed Nov 12, 2008 7:23 am
Location: Romania

Re: What about QTableView with native implementation?

Post by catalin »

I doubt posting to the mailing list will help much, because unfortunately there are no core developers implementing wxQT port.

But what do you mean by "QTableView with native implementation"? A QTableView-like control but implemented natively? If so and for the sake of argument, do you know any port that provides such a control?
wxW has its own wxGrid, but that is not a native implementation either. Ironically or not, using QTableView would probably be the closest to "native" that wxGrid will ever get, should it ever be implemented in terms of the former (in wxQT port that is).
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: What about QTableView with native implementation?

Post by ONEEYEMAN »

catalin,
At least the post will be seen by those people that works on implementing wxQt.

Now maybe this QTableView can be looked at as wxListView or wxDataView{List}Ctrl? I don't know.

2OP:
Do you have a benchmarks proving that the control is slow? Also - slow, comparing to what?

Thank you.
Post Reply