Navigation

    Qt Forum

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

    • SOLVED QSettings on macOS has unexpected flattening of arrays and groups
      General and Desktop • macosx qsettings • • vic.ju  

      5
      0
      Votes
      5
      Posts
      158
      Views

      So that means that the custom 'style' is intentional. That answers my question. Thanks for your answer!
    • SOLVED Can't Build QTWebEngine With Xcode 11.5 on MacOS 10.15.5
      QtWebEngine • qtwebengine macosx xcode building qt • • ChiK  

      2
      0
      Votes
      2
      Posts
      352
      Views

      The following command fixed. sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
    • SOLVED Printout cut from left on mac
      General and Desktop • mac macosx qprinter • • artwaw  

      4
      0
      Votes
      4
      Posts
      164
      Views

      Thank you @SGaist , filed a bug report.
    • UNSOLVED Building example for Android fails on MacOS
      Mobile and Embedded • macosx android sdk • • Tom asso  

      1
      0
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • SOLVED Android development on MacOS with Qt Creator 4.9.2?
      General and Desktop • android macos macosx android emulato • • ThanksForTheHelp  

      23
      1
      Votes
      23
      Posts
      1528
      Views

      i am getting this error i am using, Qt Creator 4.11.2 Based on Qt 5.14.2 (Clang 10.0 (Apple), 64 bit) Built on Mar 27 2020 02:24:45 From revision 699407b4ba Copyright 2008-2020 The Qt Company Ltd. All rights reserved. The program is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE Android Studio 3.6.2 please help i am not able to create build for android in qt thanks!!!!!
    • UNSOLVED MacOs sandbox, security scoped bookmarks
      General and Desktop • macosx sandbox bookmarks • • Plamen Petkov  

      4
      0
      Votes
      4
      Posts
      587
      Views

      @YuChao-Hsu That's Objective C++. The code need to be in a *.mm file.
    • UNSOLVED Serial communication stops when window is hidden or minimized on Mac
      General and Desktop • macos macosx • • Tomassino  

      4
      0
      Votes
      4
      Posts
      533
      Views

      Thank you both very much for your help. I had a suspect that the problem was related to power saving because when on AC the problem was still present but intervals with no communication were shorter. Unfortunately I won't be able to test the solution in the linked page before a week or so. I will read something about App Nap in the meanwhile, now that I know what to look for :-)
    • SOLVED macOS Image Gallery deploy
      QML and Qt Quick • qml qtquick image osx macosx • • shav  

      2
      0
      Votes
      2
      Posts
      528
      Views

      Hi everyone! I've solved this problem. In my case the problem was in asynchronous load images into another thread. When I changed asynchronous method to the synchronous all work fine.
    • SOLVED QMediaPlayer: "Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure"
      General and Desktop • macosx • • sergio_101  

      3
      0
      Votes
      3
      Posts
      1163
      Views

      @VRonin thanks! i saw that in my searching, but at first thought it was a Qt issue, not a generic app issue. looking closer at that link, I got it fixed. Thanks!
    • SOLVED QNativeGestureEvent Mac OSX TrackPad finger Capture Operation zoom Solved. :-)
      General and Desktop • macosx zoom qnativegesturee trackpad • • patrik08  

      2
      0
      Votes
      2
      Posts
      705
      Views

      Thanks for sharing your findings !
    • SOLVED QT5 & Swift dance together ... Super its run ... Many thanks
      General and Desktop • macosx framework swift • • patrik08  

      9
      1
      Votes
      9
      Posts
      6360
      Views

      @patrik08 : I am trying to mix normal QT application with Swift code in order to load the receipt of purchasing an app from app store as requested in this, since you have good experience with Swift and QT C++ code, i would appreciate if you provide an example for this case to the tracker. Thanks alot https://bugreports.qt.io/browse/QTBUG-76665
    • SOLVED Mac OSX Read all file not defined... Is this a bug? in qt5.9
      General and Desktop • macosx • • patrik08  

      3
      0
      Votes
      3
      Posts
      787
      Views

      @SGaist said in Mac OSX Read all file not defined... Is this a bug? in qt5.9: Q_WS_MAC Ok... tanks.... so many different variable in the last 10 years... uauu... other DEV-T to all QT oldtimer guy... I set now new my pro file... DEFINES += DEF-T message( "DEV-T - Developed Unnecessary Traffic you find all new inside QT5" )
    • SOLVED QMake $${LITERAL_DOLLAR}0 not expanded to command line at compile - Qt Creator, MacOS
      General and Desktop • qt creator qmake macosx dollar literal • • trevorS  

      2
      0
      Votes
      2
      Posts
      928
      Views

      While I'm still not successful to expand $${LITERAL_DOLLAR}0 to the command line at compile, I did resolve the generated compile error by changing from awk to sed. [Work around] Change... myrcupdate.commands = awk \'NR==2 {$${LITERAL_DOLLAR}0=\"$${MY_DIR}\"} 1\' myrc.sample > .myrc to... myrcupdate.commands = sed -i \'\' \'2s%.*%$${MY_DIR}%\' .myrc
    • SOLVED Build error related to improper definition of sysroot directory (MacOSX10.11.sdk io MacOSX10.12.sdk)
      Installation and Deployment • macosx sysroot • • Charby  

      4
      1
      Votes
      4
      Posts
      2278
      Views

      when MACOSX10.13 was coming, the only way to fix is creating symbolic MacOSX10.13.sdk to MacOSX.sdk which is able to fix problem.
    • SOLVED qbs: DynamicLibrary under MacOS
      Installation and Deployment • qbs macosx librabries dynamiclibrary • • Andreas_Scholz  

      4
      0
      Votes
      4
      Posts
      1360
      Views

      Great! Thanks for sharing your solution!
    • QtWebView : Multi-platform sound playback and display issues
      Mobile and Embedded • android windows ios macosx qtwebview • • A Former User  

      3
      1
      Votes
      3
      Posts
      1034
      Views

      @VRonin Thank you for the suggestion. The Windows 10 behavior (meaning display issues) it's the same on MacOSX. On Windows 10 I'm building with MSVC2015_64bit. On MacOSX with clang 64 bit. However, the sound playback issues in iOS devices are far more annoying for me at this point.
    • UNSOLVED QQuickWindow rendering in background
      QML and Qt Quick • qml windows rendering macosx qquickwindow • • Mikhail Kurnosov  

      5
      0
      Votes
      5
      Posts
      1651
      Views

      @Wieland said: I'm pretty sure there is no ootb solution to do that. Why do you want to render the background when it's not possible? Maybe we can find another solution. This is because I have a real-time video streaming and the frames are rendering in main QQuickWindow context. I think otherwise I need to create another opengl context and run rendering in it. Or maybe there is some way to use the same QQuickWindow context to do that?
    • UNSOLVED Retina support in Qt 5.6
      General and Desktop • qt5.6 qt5.5.1 macosx high dpi retina • • rzhurov  

      4
      0
      Votes
      4
      Posts
      1518
      Views

      When are you setting that attribute ?
    • SOLVED Setting QIcon with svg file as a QAction icon problem
      General and Desktop • qt5 qaction svg macosx qicon • • rzhurov  

      7
      0
      Votes
      7
      Posts
      13310
      Views

      I saw that this bug has been reported.
    • UNSOLVED Crosscompiling QT Project for MacOS on Linux / Windows
      Installation and Deployment • linux cross platform macosx • • the_  

      3
      0
      Votes
      3
      Posts
      1154
      Views

      @sneubert Well, that's what I did not want to hear at all :) , but thanks anyway.
    • Qt5 coding with XCode 6 (MAC)
      General and Desktop • qt5.5 mac macosx xcode • • Almer_Cz  

      3
      0
      Votes
      3
      Posts
      1541
      Views

      @Almer_Cz said: ...and also create .pro and let qmake to generate XCode project, but this will produce a lot of Mambo Jambo around and won't be handy when something changes. So your looking for a way to create and maintain the Mambo Jambo manually and this will somehow be more handy ?
    • Qt headers in IOS Xcode project. Linking Qt libs.
      Mobile and Embedded • qt5 ios qt5.5 qt5.4 macosx xcode link • • A Former User  

      4
      0
      Votes
      4
      Posts
      2029
      Views

      I'd generate the Xcode project from a .pro file, that way you have everything setup for you
    • Error ' Expected a platform name ' (Xcode 6.3.2 / OS X 10.10 / Qt 5.4.2)
      General and Desktop • error mac macosx • • Stanislove  

      2
      0
      Votes
      2
      Posts
      1265
      Views

      Hi and welcome to devnet, Are you experiencing the same with Qt 5.5 ?
    • Macosx QWarning "Attempt to set a screen on a child window."
      General and Desktop • window mainwindow macosx screen child • • mmirsky  

      2
      0
      Votes
      2
      Posts
      2355
      Views

      Compiled and rebuilt with Qt5.5.0 (beta). Unfortunately, the problem persists.
    • QNSView mouseDragged QWarning
      General and Desktop • qmenu mouse macosx qnsview • • mmirsky  

      3
      0
      Votes
      3
      Posts
      1307
      Views

      Hi SGaist, Thanks for the tip. I made a comment on the linked bug. Hopefully, that helps someone!