Re: [Interest] QT5, Mac Accessibility, and Spectacle

2016-02-12 Thread Boudewijn Rempt
Weird, I'm currently working on Krita on OSX and Spectacle's window tiling commands work perfectly. Are you sure you built your Qt5 with accessibility enabled? On Fri, 12 Feb 2016, steven hay via Interest wrote: Hello, I am a user of Qt on my Mac, and one thing I use very frequently are win

[Interest] QtWebEngine module not available when trying to build qt from source

2016-02-12 Thread Nuno Santos
Hi, I was trying to enable QtWebEngine module when configuring Qt to build from source. Apparently it is not available. Does anyone know why? Is this an issue or something that doesn’t come on the source code? I’m using the 5.6 beta source .7z Thanks, Nuno

[Interest] QT5, Mac Accessibility, and Spectacle

2016-02-12 Thread steven hay via Interest
Hello, I am a user of Qt on my Mac, and one thing I use very frequently are window-resizing keyboard shortcuts using a program called "Spectacle." This program appears to use the Mac Accessibility Protocol to move and resize windows around when certain key combinations are pressed.  With the mov

Re: [Interest] Is QEventPrivate a remnant?

2016-02-12 Thread Thiago Macieira
Em sexta-feira, 12 de fevereiro de 2016, às 05:01:34 PST, Nye escreveu: > Unfortunately, the messages are polled, and I have seen, browsing through > the OpenMPI docs, no way of using a file I could select upon when a message > had arrived. > To check for pending communication, one issues either MP

Re: [Interest] C++ / QML headaches

2016-02-12 Thread Nikita Krupenko
Possibly you have name clashes here. I suggest not to start property and method names from capital letter, this is only for type names (classes). The property (your 1-st case) is the preferred way, as you use it in binding. Also, rename vendorModel property member to m_vendorModel and make it priva

[Interest] QAccessibleQuickItem setText

2016-02-12 Thread manish sharma
I was exploring accessibility options to run some automation and looks like setting text to an item is not implemented in QAccessibleQuickItem which is preventing me from setting text to text items. https://code.woboq.org/qt5/qtdeclarative/src/quick/accessible/qaccessiblequickitem_p.h.html#83 And

Re: [Interest] qt.labs.controls Material Toasts

2016-02-12 Thread Nurmi J-P
Hi Samuel, We’ll probably leave the native notification system integration job to the platform extras or other modules. The new controls are built upon so called Qt Quick templates, and the whole styling system is heavily based on Qt Quick. They are all fully cross-platform styles implementing

Re: [Interest] Item editor at preferred size when using custom delegate?

2016-02-12 Thread Elvis Stansvik
2016-02-12 14:59 GMT+01:00 Elvis Stansvik : > Hi all, > > I have a very basic item delegate which opens up a custom editor: > > class MineralLevelsDelegate(QStyledItemDelegate): > > def createEditor(self, parent, option, index): > return MineralLevelsEditor(parent) > > def updateEdi

Re: [Interest] Item editor at preferred size when using custom delegate?

2016-02-12 Thread Elvis Stansvik
2016-02-12 15:54 GMT+01:00 Elvis Stansvik : > 2016-02-12 14:59 GMT+01:00 Elvis Stansvik : >> Hi all, >> >> I have a very basic item delegate which opens up a custom editor: >> >> class MineralLevelsDelegate(QStyledItemDelegate): >> >> def createEditor(self, parent, option, index): >> re

Re: [Interest] Item editor at preferred size when using custom delegate?

2016-02-12 Thread Elvis Stansvik
2016-02-12 14:59 GMT+01:00 Elvis Stansvik : > Hi all, > > I have a very basic item delegate which opens up a custom editor: > > class MineralLevelsDelegate(QStyledItemDelegate): > > def createEditor(self, parent, option, index): > return MineralLevelsEditor(parent) > > def updateEdi

Re: [Interest] Item editor at preferred size when using custom delegate?

2016-02-12 Thread Elvis Stansvik
2016-02-12 14:59 GMT+01:00 Elvis Stansvik : > Hi all, > > I have a very basic item delegate which opens up a custom editor: > > class MineralLevelsDelegate(QStyledItemDelegate): > > def createEditor(self, parent, option, index): > return MineralLevelsEditor(parent) > > def updateEdi

[Interest] Item editor at preferred size when using custom delegate?

2016-02-12 Thread Elvis Stansvik
Hi all, I have a very basic item delegate which opens up a custom editor: class MineralLevelsDelegate(QStyledItemDelegate): def createEditor(self, parent, option, index): return MineralLevelsEditor(parent) def updateEditorGeometry(self, editor, option, index): editor.set

Re: [Interest] Starting drag operation from slot.

2016-02-12 Thread Igor Mironchik
Hi, Next code works... :) { const QString fileName = QFileDialog::getOpenFileName( this, tr( "Select Image" ), QStandardPaths::standardLocations( QStandardPaths::PicturesLocation ).first(), tr( "Image Files (*.png *.jpg *.jpeg *.bmp)" ), 0,

Re: [Interest] qt.labs.controls Material Toasts

2016-02-12 Thread Samuel Gaist
Hi, Out of curiosity, should that be driven by the OS notification system ? Samuel On 11 févr. 2016, at 16:45, Nurmi J-P wrote: > Hi, > > We would definitely like to extend our offering with some sort of tooltips > and notification banners in the future. We might prefer stick to the > termi

[Interest] Starting drag operation from slot.

2016-02-12 Thread Igor Mironchik
Hi folks, I need to start drag operation in slot connected to QAction::triggered(). Below is what I do in the slot. { const QString fileName = QFileDialog::getOpenFileName( this, tr( "Select Image" ), QStandardPaths::standardLocations( QStandardPaths::Pic

Re: [Interest] Translation Qt Quick Apps (Qt 5.6 qt.labs.controls)

2016-02-12 Thread ekke
formatting of inserted text was ugly added as .txt file Am 12.02.16 um 13:04 schrieb ekke: > Hi, > > while evaluating Qt 5.6 for Android / iOS and preparing blogs with > recipes for BlackBery Cascades developers HowTo go with Qt 5.6 I run > into a problem. > > Using Cascades (qt 4.8) translation i

[Interest] Translation Qt Quick Apps (Qt 5.6 qt.labs.controls)

2016-02-12 Thread ekke
Hi, while evaluating Qt 5.6 for Android / iOS and preparing blogs with recipes for BlackBery Cascades developers HowTo go with Qt 5.6 I run into a problem. Using Cascades (qt 4.8) translation is easy: * Open Projectfile (bardescriptor.xml) * add languages and you're done. All the work under