Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. apple

    Log in to post
    • All categories
    • jeanmilost

      Solved Qt and next Apple generation
      General and Desktop • apple architecture compatibility cross platform • • jeanmilost

      3
      0
      Votes
      3
      Posts
      357
      Views

      jeanmilost

      @SGaist said in Qt and next Apple generation:

      You are 14 years late, Apple has ditched PowerPC for Intel in 2006.

      I mentioned the previous technology to describe the current Apple architecture, please forgive me. I wrote this question just before going to weekend, and I was quite tired. What I mention above is described in the following article:
      https://www.apple.com/newsroom/2020/06/apple-announces-mac-transition-to-apple-silicon/

      I also corrected my post, thank you very much

    • M

      Unsolved How to receive Apple Notifications
      General and Desktop • apple push notificati ble bluetooth bluetooth low e • • Mark81

      5
      0
      Votes
      5
      Posts
      1569
      Views

      SGaist

      Then I'd recommend asking this on the interest mailing list. You'll find there the QtBluetooth module maintainers/developers.

    • M

      Unsolved Confused about Code Signing on Mac OSX
      General and Desktop • apple codesign mac os x distribution installer • • maximo

      2
      0
      Votes
      2
      Posts
      1112
      Views

      SGaist

      Hi,

      Even if not through the App Store, it's better to sign your application so people know where it comes from.

      What's not clear is why would you need to do a second signing of your application with e.g. a Symantec certificate. What did make you think that ?

    • P

      Can't enter apple symbol () in QLineEdit and QTextEdit on OSX
      General and Desktop • apple symbol osx qtextedit qlineedit • • peniwize

      2
      0
      Votes
      2
      Posts
      1197
      Views

      S

      Dear @peniwize, I am not aware of direct entry of special symbols in QLineEdit in MAC but in WINDOWS OS we can do with the help of ALT key and the symbol code. Basically go to Character Map and select the special symbol then you will be able to see the corresponding Key code to that special character. Just hold ALT symbol and enter the code from num pad by enabling NUM LOCK. Then release the ALT key. That special symbol will automatically appear in the QLineEdit in Windows. May be something similar you can try in MAC OS too.
      Good luck!!