Re: [Interest] Qt3 repository

2013-08-20 Thread Pau Garcia i Quiles
Hello, Trinity's Qt 3 is probably the most up-to-date source tree: http://git.trinitydesktop.org/cgit/qt3/ On Wed, Aug 21, 2013 at 8:28 AM, Matthias Fuchs wrote: > Hi, > > do we somewhere have a public Qt3 (git) repository? > > Matthias > ___ > Inte

[Interest] Qt3 repository

2013-08-20 Thread Matthias Fuchs
Hi, do we somewhere have a public Qt3 (git) repository? Matthias ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Default action for a QMenu added to a QToolBar

2013-08-20 Thread Alex Malyushytskyy
You can add any widget (QToolButton is a widget ) to toolbar with QAction ** addWidget * ( QWidget * *widget* ) On Tue, Aug 20, 2013 at 11:03 AM, Etienne Sandré-Chardonnal < etienne.san...@m4x.org> wrote: > Thanks Christoph, > > Is there any way to do this with a QToolBar? I cannot add a QToolBu

[Interest] Native text rendering in Qt 5.1 on Windows

2013-08-20 Thread ozemale
With Qt 5.1 I am able to choose "native" text rendering for my QML text objects. What does "native" actually mean here on Windows? What is actually used to render such text on Windows? (i.e. is it DirectWrite or some other method) Thanks, -jct ___ Int

Re: [Interest] Support of russian language in QJson-classes

2013-08-20 Thread Dmitrii Volosnykh
Oliver, first of all, thanks for your input! Source file is stored in UTF8, indeed. This was the first thing I checked when encountered problems mentioned in my first letter. What you advise is not applicable for my case, because the keys are obtained from user input. It means that I can not hard

Re: [Interest] Default action for a QMenu added to a QToolBar

2013-08-20 Thread Etienne Sandré-Chardonnal
Thanks Christoph, Is there any way to do this with a QToolBar? I cannot add a QToolButton to the toolbar (unless I missed something), as you add the menu directly using addAction (qMenu->menuAction()), and the QToolBar seems to miss this setting On the other hand, QToolBar is quite useful for me

Re: [Interest] Default action for a QMenu added to a QToolBar

2013-08-20 Thread Christoph Feck
On Tuesday 20 August 2013 19:27:03 Etienne Sandré-Chardonnal wrote: > Dear all, > > I inserted a QMenu to a QToolBar. This displays the menu icon, > together with a drop-down arrow for opening the menu. > > Clicking the menu icon in the toolbar does nothing, as the menu > action is connected to n

[Interest] Default action for a QMenu added to a QToolBar

2013-08-20 Thread Etienne Sandré-Chardonnal
Dear all, I inserted a QMenu to a QToolBar. This displays the menu icon, together with a drop-down arrow for opening the menu. Clicking the menu icon in the toolbar does nothing, as the menu action is connected to nothing. Is it possible to either: - Set the default child action that will be tri

Re: [Interest] Support of russian language in QJson-classes

2013-08-20 Thread Konstantin Tokarev
20.08.2013, 15:18, "Till Oliver Knoll" : > Am 20.08.2013 um 13:04 schrieb Konstantin Tokarev : > >> ... >> UTF8 in string literals does not require compiler ability to process UTF8 >> sources. > > Off course it does. Refer e.g. to  > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33415 > I agree tha

Re: [Interest] Support of russian language in QJson-classes

2013-08-20 Thread Till Oliver Knoll
Am 20.08.2013 um 13:04 schrieb Konstantin Tokarev : > ... > UTF8 in string literals does not require compiler ability to process UTF8 > sources. Off course it does. Refer e.g. to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33415 I agree that probably most (all?) current compilers can read UTF-

Re: [Interest] Support of russian language in QJson-classes

2013-08-20 Thread Konstantin Tokarev
20.08.2013, 15:01, "Till Oliver Knoll" : > Am 19.08.2013 um 14:29 schrieb Dmitrii Volosnykh > : > >>  ... >> >>  Here is example code I use: >> >>  #include >>  #include >>  #include >>  #include >>  #include >> >>  int main(int argc, char *argv[]) >>  { >> QCoreApplication a(argc, argv

Re: [Interest] Support of russian language in QJson-classes

2013-08-20 Thread Till Oliver Knoll
Am 19.08.2013 um 14:29 schrieb Dmitrii Volosnykh : > ... > > Here is example code I use: > > #include > #include > #include > #include > #include > > int main(int argc, char *argv[]) > { >QCoreApplication a(argc, argv); > >QJsonObject object; >const QString& test = QString::fr

[Interest] QTabWidget & setWindowTitle

2013-08-20 Thread Etienne Sandré-Chardonnal
Dear all, It seems that currently, only QTabWidget::setTabText can be used for changing the tab captions. Why not adding a (possibly optional) mechanism for using the child QWidget windowTitle() automatically? In my app, the child tabbed widgets want to change their displayed titles (for example

Re: [Interest] Support of russian language in QJson-classes

2013-08-20 Thread Dmitrii Volosnykh
I thought they are interchangeable because both of them use qt_assert(_x) method which finally calls qFatal(). So, when condition is false, eigher of them should abort the program's execution. The difference you are talking about should probably come from Q_ASSUME_IMPL(). I was not aware of that, t

[Interest] Fwd: Unable to debug with Remote inspector

2013-08-20 Thread Amogh Kudari
Hello All, Debugging the issue further I am amble to see that its failing to launch remote inspector because its unable to find the inspector.html file. Its failing in condition in InspectorServerQt.cpp void InspectorServerRequestHandlerQt::tcpReadyRead() { . Q