Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. linux desktop
    Log in to post
    • All categories
    • C

      Unsolved QNetworkAccessManager post() not sending body
      General and Desktop • networkaccessma qt5.6 linux desktop • • candy76041820

      5
      0
      Votes
      5
      Posts
      105
      Views

      C

      @JonB It's an internal (private) distro, based on som ancient version of Ubuntu, I guess. Preinstalled on all of thier machines, so I have to stick to that.
      (Hell they even have Qt4.8 preinstalled sxs!)

    • R4ckh4m

      Unsolved Application Icon (Qt Quick, Qt 6.2, CMake, Linux)
      QML and Qt Quick • qt quick qguiapplication cmake linux desktop • • R4ckh4m

      2
      0
      Votes
      2
      Posts
      145
      Views

      L

      assuming it is the same in Qt 6.2 as in Qt 5.15

      main app icon:

      // main.cpp // path to image of .qrc file app.setWindowIcon(QIcon(":/images/logo_square.png"));

      for the interactive app icon (e.g. on Ubuntu in the top right corner, on Windows bottom right corner):

      // main.qml SystemTrayIcon { id: appIconWithContextMenu visible: true // url to file inside of .qrc icon.source: "qrc:/images/logo_square.png" tooltip: "My App Name" menu: Menu { MenuItem { text: qsTr("Quit") onTriggered: Qt.quit() } MenuItem { text: qsTr("Some Action") onTriggered: { // e.g. trigger a synchronization feature or anything else } } } }
    • S

      Unsolved QSqlError("1045", "QMYSQ") Cannot edit table with QSqlTableModel
      General and Desktop • qsqltablemodel qsqlerror error 1045 mysql linux desktop • • Shellcpp73

      9
      0
      Votes
      9
      Posts
      202
      Views

      Christian Ehrlicher

      It's or sure no problem of Qt or the QSqlTableModel - fix your access rights.

    • D

      Solved Linux install Qt 5.15 from package
      General and Desktop • linux desktop package • • Drazz

      7
      0
      Votes
      7
      Posts
      1501
      Views

      JonB

      @Drazz
      If yours was meant sarcastically --- I don't know if it was --- mine was not, and not meant rudely. I meant: since it is unlikely you can alter what is in the online package, you might like to know that you could delete Creator --- presumably to free up disk space --- after it gets downloaded/installed, which is probably the only way of not having it around.