Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread André Pönitz
On Tue, Mar 26, 2019 at 09:19:37PM +, Murphy, Sean wrote: > > > there doesn't appear to be an easy way to add widgets in the tab widget's > > tab bar. > > > > QTabWidget::tabBar(), layout(), addItem() ? > > I meant "easy" in the sense of a functions like these (which don't exist): >

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread Murphy, Sean
> > there doesn't appear to be an easy way to add widgets in the tab widget's > tab bar. > > QTabWidget::tabBar(), layout(), addItem() ? I meant "easy" in the sense of a functions like these (which don't exist): QToolButton* QTabWidget::leftScrollButton() QToolButton*

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread André Pönitz
On Tue, Mar 26, 2019 at 03:02:42PM +, Murphy, Sean wrote: > Honestly, an decent solution would be where if I could modify the tab widget's > tab bar to never show the scroll buttons (easy enough with the > usesScrollButtons > property), and instead always show the tool button. This looks

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread André Pönitz
On Tue, Mar 26, 2019 at 11:15:19AM -0400, Matthew Woehlke wrote: > Instead, you might want to look at e.g. KDevelop, Konqueror or Falkon > (maybe Qt Creator can be added to that list also?) to see what they do. Qt Creator is notorious for not using tabs. Or at least it was notorious, looks like

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread André Pönitz
On Tue, Mar 26, 2019 at 01:56:00PM +, Murphy, Sean wrote: > Is there a way to get access to the scroll buttons on a QTabWidget to > customize > them? You can always check where the code driving the feature hides in the code and then drill down using findChild() in the application. From a

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread Murphy, Sean
> This works for me, and the button is small 16x16. > > m_TheTabWidget->setCornerWidget(bp1); You know, I saw that function and for some reason switched it in my head to be talking about the corner cell in a QTableWidget, not talking about a QTabWidget. Apparently I need more caffeine

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread william.croc...@analog.com
On 03/26/2019 11:02 AM, Murphy, Sean wrote: [External] You could add a tool-button with said popup menu associated to it to the right of the tab widget (e.g. Firefox does this). This would have the advantage from my PoV that it's always there and works, regardless of how many tabs are open.

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread Murphy, Sean
> You could add a tool-button with said popup menu associated to it to the > right of the tab widget (e.g. Firefox does this). This would have the > advantage from my PoV that it's always there and works, regardless of > how many tabs are open. I'll ask whether this would be acceptable. As I

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread Murphy, Sean
> > A request has come in to allow the user to right-click on the scroll > > buttons, > which would then open a popup menu of all open tab names which they can > select from, and then I could just set the selected tab as the currentIndex(). > But I don't see anything on

Re: [Interest] 3DTouch under iOS

2019-03-26 Thread Jason H
Feel free to add a request at: https://bugreports.qt.io/browse/QTBUG-74049       Sent: Monday, March 25, 2019 at 9:47 AM From: "Jason H" To: "Roman Wüger" Cc: "Qt Project MailingList" Subject: Re: [Interest] 3DTouch under iOS I don't think this is possible.   We've recently had

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread Marian Beermann
You could add a tool-button with said popup menu associated to it to the right of the tab widget (e.g. Firefox does this). This would have the advantage from my PoV that it's always there and works, regardless of how many tabs are open. -Marian Am 26.03.19 um 14:56 schrieb Murphy, Sean: > Is

Re: [Interest] QTabWidget scroll buttons

2019-03-26 Thread william.croc...@analog.com
Is there a way to get access to the scroll buttons on a QTabWidget to customize them? The issue we're having is that we have a UI that uses a tab widget for displaying file contents - one tab per open file. Once a user opens enough files/tabs, the tab scroll buttons pop up (so far so

[Interest] QTabWidget scroll buttons

2019-03-26 Thread Murphy, Sean
Is there a way to get access to the scroll buttons on a QTabWidget to customize them? The issue we're having is that we have a UI that uses a tab widget for displaying file contents - one tab per open file. Once a user opens enough files/tabs, the tab scroll buttons pop up (so far so good),

Re: [Interest] Build problems, Android app on Qt 5.12.2

2019-03-26 Thread Jason H
Whenever I've seen that, it's been an issue with config/install path. For example you're saying API 28, but you're clearly referencing 29 > Sent: Monday, March 25, 2019 at 10:01 PM > From: "Nelson, Michael" > To: "interest@qt-project.org" > Subject: [Interest] Build problems, Android app on Qt

Re: [Interest] Qt3D: Support for loading binary glTF 2.0 files (*.glb)

2019-03-26 Thread Marcin Musial
Thank you for your quick reponses. On Tue, Mar 26, 2019, 09:53 Sean Harmer via Interest < interest@qt-project.org> wrote: > Hi, > > We're working on complete glTF 2 support in Kuesa which is built on top of > Qt 3D here: > > https://github.com/KDAB/kuesa > > Binary support is one of the next

Re: [Interest] Qt3D: Support for loading binary glTF 2.0 files (*.glb)

2019-03-26 Thread Sean Harmer via Interest
Hi, We're working on complete glTF 2 support in Kuesa which is built on top of Qt 3D here: https://github.com/KDAB/kuesa Binary support is one of the next things on the backlog. Other missing features at present are morph target animations and multiple texture coordinate sets. These are

Re: [Interest] Qt3D: Support for loading binary glTF 2.0 files (*.glb)

2019-03-26 Thread Oleg Evseev
Hi, I don't know about *.gl, but maybe you will be able to find related information in glTF 2.0 support discussion https://bugreports.qt.io/browse/QTBUG-61258 if you haven't seen it yet. вт, 26 мар. 2019 г. в 01:30, Marcin Musial : > Hi, > > Are there any plans for 5.13 to support loading also