Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt 4.8.6
    Log in to post

    • SOLVED Why Widget::grabMouse() installs WH_JOURNALRECORD hook on Windows in Qt 4.8.x
      General and Desktop • windows qt 4.8.6 • • JakaBac  

      4
      0
      Votes
      4
      Posts
      1005
      Views

      For sake of completeness here is the answer from Qt developers (in case someone reads this and has the same issue): http://lists.qt-project.org/pipermail/development/2018-April/032630.html Unfortunately the reason why it was done in that way is still a mystery but it seems that the hook code can be safely removed
    • SOLVED Building Open-Sankoré on windows
      General and Desktop • qt 4.8.6 • • GamalMohamed  

      25
      0
      Votes
      25
      Posts
      6937
      Views

      Thanks for sharing! All the best with your project
    • SOLVED Cannot disable QGraphicsSimpleText antialiasing with Qt5.x
      General and Desktop • qgraphicsview qt 5.4.2 qt 5.6.0 qt 4.8.6 • • JohanSolo  

      4
      0
      Votes
      4
      Posts
      1636
      Views

      For the recored, filed QTBUG-53845
    • UNSOLVED Qt 4.8.6 camera example err :: QContactManager: No such file or directory
      Mobile and Embedded • camera qt 4.8.6 • • Anas_Deshmukh  

      2
      0
      Votes
      2
      Posts
      1051
      Views

      QContactManager is part of QtMobility, it is not part of standard Qt. Do you have QtMobility? http://doc-snapshots.qt.io/qt-mobility/qcontactmanager.html
    • SOLVED PySide QtGui.QGraphicsWidget child-parent transformations
      General and Desktop • python pyside qt 4.8.6 qgraphicswidget • • nekitamtip  

      2
      0
      Votes
      2
      Posts
      1535
      Views

      Hi and welcome to devnet, It will only follow it's parent widget if you put it in a layout that you set on the said parent widget. Otherwise it's up to you to handle the positioning and size of the child widget.
    • Flickable with right click
      QML and Qt Quick • flickable qt 4.8.6 qtquick1.1 • • clousque  

      1
      0
      Votes
      1
      Posts
      537
      Views

      No one has replied

    • Standard (ISO 6801) date/time format in Qt Designer's Property Editor values
      Tools • qtdesigner designer qt 4.8.6 • • White_Rabbit  

      2
      0
      Votes
      2
      Posts
      1224
      Views

      Hi @White_Rabbit, and welcome to the Qt Dev Net! I don't know if there's a way to change the display format of the editor. You can ask the Qt Creator engineers directly (and request the feature to set the editor's format) at the Qt Creator Mailing List: http://lists.qt-project.org/mailman/listinfo/qt-creator . Subscribe to the list and post there.