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
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
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
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
17 matches
Mail list logo