Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. mac os
    Log in to post
    • All categories
    • cady

      Unsolved QPushButton color on MacOSX
      General and Desktop • combobox macos mac os pushbutton qpushbutton color change • • cady

      2
      0
      Votes
      2
      Posts
      104
      Views

      SGaist

      Hi,

      The system style are free to ignore hints in order to stay coherent with the OS guide lines so you are likely hitting that.

      One possible way is to create a QProxyStyle.

    • W

      Unsolved QT6.3+mysql8.0+Mac
      Qt 6 • mysql qt6.3.0 mac os • • wanning007

      3
      0
      Votes
      3
      Posts
      149
      Views

      W

      @JonB thx. I input was wrong.

    • H

      Unsolved Building PythonQT on macOS?
      General and Desktop • python mac os homebrew qmake • • hsetlik

      4
      0
      Votes
      4
      Posts
      234
      Views

      SGaist

      Looks like a build error, no ?

      Are you using a pre-built version of Qt ?

    • artwaw

      Solved Weird mac .app build (was fine in December)
      Installation and Deployment • mac os deployment codesign • • artwaw

      6
      0
      Votes
      6
      Posts
      334
      Views

      artwaw

      After the advice from @SGaist I started to experiment a bit with settings of the build steps: problem disappeared after I did these three steps one by one (after each I checked if the problem is gone - it disappeared after the last step:

      turning off QML debugging and profiling switch (default was "leave default", effective call showed CONFIG+=qml_debug now it is CONFIG-=) turning off QtQuick compiler (default was "leave default, effective call showed CONFIG+=qtquickcompiler now it is CONFIG-=) deleting shadow build folders (I do it routinely once a week or so anyway).

      Now the problem is gone, I am marking the topic as "solved".

    • R

      Solved How to avoid bringing QMainWindow to the front when clicking on independent QWidget on MacOS
      General and Desktop • mac os qwidget qmainwindow activate qt5 • • RaulSanchez

      8
      0
      Votes
      8
      Posts
      573
      Views

      R

      I made it work by removing this flag: Qt::WindowDoesNotAcceptFocus

    • N

      Unsolved Qt 5.12 Mac OS ugly font rendering
      General and Desktop • qt mac os mac os fonts • • Nando

      3
      0
      Votes
      3
      Posts
      408
      Views

      G

      hi,

      I think you miss to activate HIGH DPI support in your info.plist ?

      <key>NSPrincipalClass</key> <string>NSApplication</string> <key>NSHighResolutionCapable</key> <string>True</string>

      Have look here

    • C

      Solved Building Only What's Changed in qtbase/src/plugins/platforms/cocoa?
      General and Desktop • accessibility mac os build from sour • • ChiK

      2
      0
      Votes
      2
      Posts
      184
      Views

      C

      "make module-qtbase" worked!

    • B

      Unsolved Mac Stringstream returns wrong output
      C++ Gurus • c++ qtcreator 4.9.1 stringstream mac os • • Bugi

      32
      0
      Votes
      32
      Posts
      2890
      Views

      K

      @wraitii Thanks for information! You've probably meant libstdc++ and libc++, because libc is kinda different thing

    • Sprezzatura

      Unsolved Best compiler or IDE for macOS/QT?
      General and Desktop • mac os compiler • • Sprezzatura

      2
      0
      Votes
      2
      Posts
      491
      Views

      SGaist

      Hi,

      There's only one official compiler on macOS and it's clang coming with Xcode. There are others than you can get using macports for example but you'll be on your own in case of trouble.

      As for the IDE, if you want to have a common development experience, then I'll recommend going with Qt Creator so you don't have to do big switches when changing development OSs. The interface will stay the same so you'll feel more quickly at home.

    • I

      Solved Problem using QGraphicsVideoItem with QOpenGLWidget
      General and Desktop • opengl mac os graphcisview qtquick • • Ilja

      6
      0
      Votes
      6
      Posts
      1027
      Views

      mrjj

      @Ilja
      Super good to hear.
      Thank you for the feedback.
      happy programming.

    • M

      Solved Qt 5.9 built with Glib support under macOS - event loop doesn't work
      3rd Party Software • os x mac os glib • • Melanie

      5
      1
      Votes
      5
      Posts
      1392
      Views

      SGaist

      Thanks for the link !

    • P

      Solved Such fenster im Trayicon oben für mac wie swift code beilage...
      German • mac os • • patrik08

      1
      0
      Votes
      1
      Posts
      519
      Views

      No one has replied

    • S

      Unsolved vsprintf can not work on mac OS
      C++ Gurus • vsprintf mac os • • shangke

      4
      0
      Votes
      4
      Posts
      1757
      Views

      M

      What does the debugger say ?
      It can crash in many ways.

      Maybe you could use a large static buffer:
      char dest[1000];
      and use vsnprintf, vswprintf instead.

    • B

      Unsolved Latest PySide2 with QT 5.5 build failure on mac OS 10.10 with Xcode 6.4
      Installation and Deployment • pyside python mac os • • blacey

      2
      1
      Votes
      2
      Posts
      1479
      Views

      B

      I traced the build failure down to pyside commit eb28469e - "Fix QtQuick bindings generation". I haven't had a chance to triage the root cause but pyside builds on macOS up through the previous commit.

    • S

      Unsolved Native Menu bar on macOS
      General and Desktop • mac os qt5.6 • • sandy.martel23

      9
      0
      Votes
      9
      Posts
      4021
      Views

      S

      https://bugreports.qt.io/browse/QTBUG-57072

    • F

      Unsolved Codesign Qt app for MacOS with team provision profile
      Installation and Deployment • mac os codesign • • flumgung

      9
      0
      Votes
      9
      Posts
      1438
      Views

      A

      @wesblake Hello,
      Using the information you've provided I've managed to upload my package to the appstore using Transporter, however even after inserting com.apple.application-identifier and com.apple.developer.team-identifier to my .entitlements file, I still get "Not Available for Testing" status in TestFlight.

      Could you share any other entries in the entitlements file, or any other leads to resolve this issue?

    • A

      Unsolved Error no file at “/usr/lib/<libs>” when executing macdeployqt
      General and Desktop • mac os deploy • • Amott

      11
      0
      Votes
      11
      Posts
      3867
      Views

      SGaist

      If you mean that macdeployqt still gives you the same error, then that's normal. We run it before modifying these libraries.

      If you want macdeployqt to not scream at these libraries, you can change the original files and put the whole path to them with -change.

    • kevin.bensema

      Unsolved Qt 5.7 OpenGL Core Profile > 2.1 on OS X - functions don't work
      General and Desktop • opengl qt5.7 mac mac os • • kevin.bensema

      1
      0
      Votes
      1
      Posts
      1685
      Views

      No one has replied

    • A

      Solved Library not found on Mac OS
      General and Desktop • library mac os • • Amott

      23
      0
      Votes
      23
      Posts
      9495
      Views

      A

      Thanks for your help ! I will take a look a that, and post another thread if I have a lot of problems.