well, I have solved my problem for future reference I would like to share
the solution.
The solution is so simple;
You should run your application with the user that you started ibus-setup /
ibus-dameon. For example, if you launch ibus with user A, then only
application running with user A privile
Hello List:
I am trying to execute 2 calls to QQmlComponent( ).setData() and
QQmlComponent.create() .
When I instantiate the first component, I want to make it visible to the
second QQmlComponent also instantiated with QQmlComponent.setData() and
then QQmlComponent.create( ).
So there must be so
On Monday 17 August 2015 21:34:17 Murphy, Sean wrote:
> I'm struggling to get my destructor called in a class of mine that is moved
> to a separate thread
You must call it in the thread that the object is associated with.
> My mainwindow's .cpp file:
> MainWindow::MainWindow(QWidget *parent)
> {
On Monday 17 August 2015, Murphy, Sean wrote:
> I'm struggling to get my destructor called in a class of mine that is moved
> to a separate thread
>
> In my class's header file:
> class myClass
> {
> Q_OBJECT
> ...
> }
>
> In my class's .cpp file:
> myClass::~myClass()
> {
> qDebug("myClass
I'm struggling to get my destructor called in a class of mine that is moved to
a separate thread
In my class's header file:
class myClass
{
Q_OBJECT
...
}
In my class's .cpp file:
myClass::~myClass()
{
qDebug("myClass destructor");
}
MainWindow.h:
QThread* myThread;
myClass* mine;
My
Hi,
The 4.8.7 QSharedMemory documentation mentions that a race condition can occur
on QNX if you don't `create()` the segment before trying to `attach()` to it.
FWIW, I had some code on OS X using QSharedMemory instances, where the
initialisation routine attempted an `attach()` first and did a `
Hello everyone,
I have problem with Qt5 + ibus integration. I configured ibus and it works
fine with the system application like gedit, console etc. But I could not
make it work with my Qt5 application.
I added the following line to .bashrc
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
ex
Hello,
Since I updated in 5.5 (commercial licence) I cannot compile and run iOS
simulator mode from creator. It works with a real device, and it was
working with qt 5.4.2 in both modes.
I'm getting this compliation error:
clang: warning: no such sysroot directory:
'/Applications/Xcode.app/Cont
Koehne Kai writes:
>
>
> > -Original Message-
> > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org
> > [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org]
> > On Behalf Of Jean-Francois Dockes
> > Sent: Friday, August 14, 2015 8:18 PM
> > To: Qt I
2015-08-17 13:44 GMT+02:00 Koehne Kai :
>
>
> > -Original Message-
> > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org
> > [...]
> > The problem I'm facing now is the transition from build directory
> to
> > package directory. I could write a python script which spl
> -Original Message-
> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org
> [...]
> The problem I'm facing now is the transition from build directory to
> package directory. I could write a python script which splits binaries up and
> sorts them into their desired pac
2015-06-16 15:48 GMT+02:00 Roland Winklmeier
:
> Hey there,
>
> I'm currently looking into packaging solutions for a Qt5 application. I
> was playing around with the Qt Installer Framework 2.0.1 and so far it
> works nicely. The package consists of a main application and several
> optional compon
> -Original Message-
> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org
> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org]
> On Behalf Of Jean-Francois Dockes
> Sent: Friday, August 14, 2015 8:18 PM
> To: Qt Interest
> Subject: [Interest] Porting from
On 17 Aug 2015, at 09:23, Rutledge Shawn < shawn.rutle...@theqtcompany.com >
wrote:
> Have you tried FolderListModel?
Also a good suggestion which I didn't knew before. But in this case, I'm using
extended QFileSystemModel and QSortFilterProxyModel classes to provide
additional meta informatio
On 17 août 2015, at 09:23, Rutledge Shawn
wrote:
>
> On 13 Aug 2015, at 14:14, Julius Bullinger wrote:
>
>> Dear list,
>>
>> I'm having problems using QFileSystemModel in QML.
>
> Have you tried FolderListModel?
>
>
Hi guys,
There's a catch when using QFileSystemModel + DelegateModel.
On 13 Aug 2015, at 14:14, Julius Bullinger wrote:
> Dear list,
>
> I'm having problems using QFileSystemModel in QML.
Have you tried FolderListModel?
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/inte
16 matches
Mail list logo