Navigation

    Qt Forum

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

    • UNSOLVED Building example for Android fails on MacOS
      Mobile and Embedded • macosx android sdk • • Tom asso  

      1
      0
      Votes
      1
      Posts
      53
      Views

      No one has replied

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

      22
      1
      Votes
      22
      Posts
      220
      Views

      Never mind! The program starts after about 1 minute 30 seconds, I just have to wait without pressing the emulated screen/phone
    • UNSOLVED MacOs sandbox, security scoped bookmarks
      General and Desktop • macosx sandbox bookmarks • • Plamen Petkov  

      2
      0
      Votes
      2
      Posts
      339
      Views

      Hi and welcome to devnet, Try something like: QUrl url("file:///Users/your_user/your_file.extension"); NSURL *nsUrl = url.toNSURL(); NSError *error = nil; NSData *bookmark = [nsUrl bookmarkDataWithOptions:NSURLBookmarkCreationWithSecurityScope includingResourceValuesForKeys:nil relativeToURL:nil error:&error]; qDebug() << "Error" << error; qDebug() << QByteArray::fromNSData(bookmark); Hope it helps
    • UNSOLVED Serial communication stops when window is hidden or minimized on Mac
      General and Desktop • macosx macos • • Tomassino  

      4
      0
      Votes
      4
      Posts
      415
      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
      378
      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
      838
      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
      558
      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
      4554
      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
      691
      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
      759
      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
      2049
      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
      1234
      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
      869
      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
      1367
      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
      1341
      Views

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

      7
      0
      Votes
      7
      Posts
      7980
      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
      1024
      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
      1373
      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 qt5.5 ios qt5.4 macosx xcode link • • A Former User  

      4
      0
      Votes
      4
      Posts
      1769
      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
      1173
      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
      2120
      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
      1205
      Views

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