Skip to content

General and Desktop

This is where all the desktop OS and general Qt questions belong.
83.6k Topics 457.4k Posts
  • This topic is deleted!

    Unsolved
    10
    0 Votes
    10 Posts
    520 Views
  • QNetworkAccessManager

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    N
    @artwaw said in QNetworkAccessManager: @Network1618033 have you read this post on StackOverflow? It seems to provide some guidance to solve your problems although there seem to be no easy solution. Thanks artwaw. I tried to read the post and as you said it seems not easy so i'm going try to solve my problem using QtTelnet class that mrjj found on github before using what is explaned on the post
  • My QObjectPicker won't behave

    Unsolved
    1
    0 Votes
    1 Posts
    494 Views
    No one has replied
  • Create and write into a PDF File

    Solved
    21
    0 Votes
    21 Posts
    25k Views
    artwawA
    @drich My pleasure.
  • Fullscreen application in Ubuntu

    Solved
    11
    0 Votes
    11 Posts
    8k Views
    artwawA
    @bask185 I am happy you got it working the way you wished for! Good luck!
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    15 Views
    No one has replied
  • QToolButton bottom left down arrow

    Unsolved
    4
    0 Votes
    4 Posts
    4k Views
    T
    I think it should work with: QToolButton::down-arrow { image: none; background-color: red; } in your stylesheet
  • How to use debug/release switch in *.pro?

    Solved
    3
    0 Votes
    3 Posts
    721 Views
    fasixF
    @Gerd It worked, Thank you very much!
  • QChart scrollbar

    Unsolved
    4
    0 Votes
    4 Posts
    4k Views
    mrjjM
    @amezei Hi Didn't find any sample for QDateTime axis scrolling. Its same logic but you will need to tweak it.
  • How can i change the size of my icon?

    Moved Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    raven-worxR
    @victor-wang Try: QTabBar::scroller { /* the width of the scroll buttons */ width: 20px; }
  • open .pdf file in QWEbView

    Unsolved
    3
    0 Votes
    3 Posts
    3k Views
    raven-worxR
    @Gaurav-Badgujar Please be a little bit more specific. Opening PDF files works if you have the NPAPI plugin of Adobe Reader installed (and also plugins enabled in your QWebSettings). Then the webview will display it. How do you display the PDF file? Do you set a url to a local file? Do you want to open it from a link inside a webpage?
  • event dispatch of QQuickItem

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    A
    @jsulm and thanks for your patient, I think I can declare a property in my control. when QML code instantiate this control, it must tell the control which item is the "next item of z-order" by assigning a value to this property
  • PDF with QWebView

    Unsolved
    7
    0 Votes
    7 Posts
    5k Views
    jsulmJ
    @Gaurav-Badgujar At least a "Please" would be nice - we are not in army here and people do it in their own time for free.
  • [Solved] Application menu translation on Mac

    5
    0 Votes
    5 Posts
    5k Views
    TobyYiT
    I find this workground is not fixed to my mac app on Qt5.8? anybody know ? thanks
  • Failed to load resource: Frame load interrupted by policy change

    Unsolved
    3
    0 Votes
    3 Posts
    4k Views
    mrjjM
    Hi https://stackoverflow.com/questions/16278747/error-downloading But did you install a PDF viewer on the pc ? It can also mean it has no idea on what to call to display it.
  • 0 Votes
    2 Posts
    563 Views
    VRoninV
    http://doc.qt.io/qt-5/qstandarditem.html#setChild
  • SPI communication in raspberry pi

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    mrjjM
    Hi Its a bit unclear what you are asking. You can use a 3rd party lib this way http://doc.qt.io/qtcreator/creator-project-qmake-libraries.html and the actual use would be from https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/README.md
  • Is it possible to put input widgets inside a tree widget?

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    VRoninV
    It's not on top but a replacement. Your solution works when you have just a few elements in the tree, try to make it ~1000 lines and then scroll down, you'll notice the setItemWIdget solution is too inefficient
  • How to control qdebug info not show in terminal?

    Solved
    3
    0 Votes
    3 Posts
    792 Views
    J.HilkJ
    @SpartaWHY117 this Stackoverflow topic may be old, but the solution is still valid.
  • Undefined reference to qt_version_tag (for Apalis-Tk1 Cross Compiling)

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    A
    @jsulm Yes I called it from the folder where the source code is located. I have not built it for another device before.