Skip to content

General and Desktop

This is where all the desktop OS and general Qt questions belong.
83.5k Topics 456.7k Posts
  • Problemes with the online installer

    Unsolved
    2
    0 Votes
    2 Posts
    199 Views
    jsulmJ
    @Beoo said in Problemes with the online installer: Did i need to make an Text file Called qt5vars.cmd and the content of Yes "can i set as CALL C:....\Visual Studio\2019...\vcvarsall.bat from the community Version" - yes "and what had i to do to create the the link?" - right click on desktop, new -> shortcut "Is there a way to crosscompile from Ubuntu for Windows?" - in theory, but I would not do that The problem with online installer is known and unfortunately still not fixed. It is not the installer itself, but slow/broken mirrors. You could also try again later.
  • vlc doesnt work on arch (segmentation fault)

    Unsolved vlc vlc-qt segmentation segmentation fa segfault
    8
    0 Votes
    8 Posts
    2k Views
    jsulmJ
    @takti You need to understand that most people in this forum are volunteers spending their own time to help others for free. This includes me as well. Since I don't have a solution for your problem I suggested to check somewhere else also.
  • Can my app provide resources loaded by a Qt library?

    Unsolved
    7
    0 Votes
    7 Posts
    963 Views
    JKSHJ
    @Tom-asso said in Can my app provide resources loaded by a Qt library?: And if the library code also specifies an "alias" for the resource, there is still no way around the absolute path? Nope. An alias is still a hard-coded path as it cannot be changed at runtime.
  • Many compiler warnings after update of Qt and Qt Creator to newest version

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    R
    Looks like https://bugreports.qt.io/browse/QTBUG-75210 is relevant here.
  • how to solve name clash emit?

    Solved
    15
    0 Votes
    15 Posts
    2k Views
    M
    @asad-ali thanks for your effort ;)
  • 0 Votes
    5 Posts
    905 Views
    SGaistS
    Good then please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found.
  • qcompilerdetection.h error

    Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    A
    @usman-qt We would like to share with you that QT support has been added to the Aspose.PDF for C++ 20.6. We have created and successfully tested QT project that used Aspose.PDF for C++.
  • Strange QMainWindow Layout behaviour

    Solved layout qmainwindow size
    12
    0 Votes
    12 Posts
    3k Views
    SGaistS
    Glad you found out and thanks for the detailed solution !
  • Wait until condition is not met - but why mutex?

    Unsolved qwaitcondition
    14
    0 Votes
    14 Posts
    2k Views
    SGaistS
    If timer2 timeout value is greater than timer they will be in order: function -> timerTimeoutSlot -> timer2TimeoutSlot.
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    11 Views
  • How to use QRadioButton

    Solved
    5
    0 Votes
    5 Posts
    501 Views
    B
    @stretchthebits If you only want to totally turn off the auto-exclusivity, you can simply call setAutoExclusive(false) to every button. I think there's no need to useQButtonGroup in that case.
  • Help me write code to checkbox

    Unsolved
    12
    0 Votes
    12 Posts
    696 Views
    Pl45m4P
    @Qwerty123098 No this is not possible. Just the array without adding your special characters. (A-Z,a-z,0-9)
  • Confusion about inserting new data into QTableModel

    Solved qtableview setdata qtablemodel
    4
    0 Votes
    4 Posts
    2k Views
    L
    @VRonin Thanks, a written example is a lot easier to understand. I was going through the Qt documentation over and over and couldn't find an good example for this.
  • How to handle images in a proper way by rendering from QPdfDocument

    Unsolved
    1
    0 Votes
    1 Posts
    382 Views
    No one has replied
  • qmake generates wrong path to qrc qmlcache

    Solved
    7
    0 Votes
    7 Posts
    580 Views
    SGaistS
    Thanks !
  • No system glib/freetype for QWebEngine on linux

    Unsolved
    2
    0 Votes
    2 Posts
    245 Views
    jsulmJ
    @SandyLocke said in No system glib/freetype for QWebEngine on linux: -qt-freetype I think this tells configure to use freetype bundled with Qt, so it does NOT disable freetype. Not sure how to disable both.
  • This topic is deleted!

    Solved
    10
    0 Votes
    10 Posts
    53 Views
  • Remove the only item from a QListWidget

    Solved
    5
    0 Votes
    5 Posts
    649 Views
    P
    Ok, that was something really stupid on my part, but your comment put me in the right direction. I have a QTextEdit in which I show some information about the currently selected list item. When I delete the only item from the list, the currentRow becomes negative and the content of the QTextEdit can't be updated correctly. Thanks
  • Code for save as button

    Unsolved
    13
    0 Votes
    13 Posts
    923 Views
    jsulmJ
    @Qwerty123098 Get the text from the line edit using https://doc.qt.io/qt-5/qlineedit.html#text-prop, write it into the file using QFile and https://doc.qt.io/qt-5/qtextstream.html. What is not clear?! Did you even try to implement it?
  • How to open WSL file using QFileDialog::getOpenFileNames

    Unsolved
    6
    0 Votes
    6 Posts
    450 Views
    jsulmJ
    @Adeel-Asghar said in How to open WSL file using QFileDialog::getOpenFileNames: do you know if it works with the latest version? No, I don't