Navigation

    Qt Forum

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

    • UNSOLVED Create application plugin
      General and Desktop • qt5 qt 5.4.1 plugins • • swordfish  

      3
      0
      Votes
      3
      Posts
      789
      Views

      Hi Also for my first attempt i used http://doc.qt.io/qt-5/qtwidgets-tools-echoplugin-example.html which is pretty small and easy to understand.
    • UNSOLVED QTableview appending data is slow
      General and Desktop • qtableview qt 5.4.1 • • anandvivek  

      7
      0
      Votes
      7
      Posts
      2066
      Views

      Sure. Thanks .
    • UNSOLVED Window scroll issue for continuous data
      General and Desktop • qt 5.4.1 scroll bar mdiarea • • Narthan  

      5
      0
      Votes
      5
      Posts
      1575
      Views

      @Chris-Kawa Hi.. Ok, we have one model , we are continuously appending data, on that time scroll will be always at bottom, even if we scroll to top , it will come back to bottom, until wee stop appending. void CustomeTableView::createTabel(QString thText) { if(modelList.count()<=25000) { modelList.append(thText); numRows = modelList.count(); for (int row = 0; row < numRows; row++) { for (int column = 0; column < numColumns; column++) { QStandardItem *item = new QStandardItem(modelList[row]); fsModel->setItem(row, column, item); } } } }
    • UNSOLVED Multiple instances of one project
      India • qt 5.4.1 • • Habie  

      4
      0
      Votes
      4
      Posts
      1966
      Views

      Then you have to go to the Build & Run settings and under General change the value of "Stop application before building".
    • UNSOLVED Invinite make loop when cross-compiling with subdirs project
      Tools • qmake qt 5.4.1 make • • PhTe  

      1
      0
      Votes
      1
      Posts
      623
      Views

      No one has replied

    • SOLVED LineEdit .isEmpty() Problem
      General and Desktop • qt 5.4.1 problem line edit empty • • M4RZB4Ni  

      4
      0
      Votes
      4
      Posts
      3557
      Views

      @SGaist Thank You so much , My problem solved! :)
    • SOLVED How to Save Settings In Qt?
      General and Desktop • qt 5.4.1 loading saving • • M4RZB4Ni  

      20
      0
      Votes
      20
      Posts
      16637
      Views

      @Mitchell @the_ @raven-worx Thanks form all my Problem solved! thanks a lot :)
    • SOLVED Create Slpash Screen
      General and Desktop • qt 5.4.1 splashscreen create • • M4RZB4Ni  

      9
      0
      Votes
      9
      Posts
      2973
      Views

      @SGaist Thanks a lot :)
    • SOLVED how to create an image button
      General and Desktop • image button qt 5.4.1 • • M4RZB4Ni  

      7
      0
      Votes
      7
      Posts
      21722
      Views

      @mrjj Thanks so Much Bro :)
    • UNSOLVED Qt Animated gif not working properly in raspberry pi
      QtonPi • qt 5.4.1 raspberry pi 2 animations • • scorpion  

      4
      0
      Votes
      4
      Posts
      1657
      Views

      https://forum.qt.io/post/561514 Please Solve this bug also related to this
    • UNSOLVED QPrinter causes SIGPIPE error
      General and Desktop • qml qt 5.4.1 qprinter sigpipe • • PhTe  

      5
      0
      Votes
      5
      Posts
      1599
      Views

      I will try to debug in QPrinter, but therefore i have to compile QT in debug mode. It will take a while..
    • How can I implement Record Start and Record Stop feature in my QT application "Video player"?
      General and Desktop • qt creator qt5.4 qtmultimedia qt 5.4.1 qt application • • Sajad Manal  

      4
      0
      Votes
      4
      Posts
      1784
      Views

      I've checked, there's currently no option to do it directly with Qt Multimedia. You might want to check the QtAV project.
    • [Solved] Use of signal-slot connect in Windows 10
      General and Desktop • windows 10 qt 5.4.1 connect connect failure signal-slot • • koahnig  

      24
      0
      Votes
      24
      Posts
      8290
      Views

      @SGaist Yes. That was intensional. I just tested that my installation is still providing the message. Thanks a lot anyway.
    • keyPressEvent suddenly not firing
      General and Desktop • qt 5.4.1 msvc2013 • • Bear35645  

      9
      0
      Votes
      9
      Posts
      2711
      Views

      Well, that would be part of the logic of the filter: first step, close the dialog, second handle 8. In any case, your idea of not calling accept on the event should result it in being forward to your MainWindow
    • How to install qt 5.4.1 on ubuntu 10.04LTS?
      General and Desktop • qtcreator qt5 qt5.4 qt 5.4.1 • • Sajad Manal  

      5
      0
      Votes
      5
      Posts
      2886
      Views

      @SGaist Thanks, its done :) @mrjj @Eyeless
    • Last modified date is not reflecting instantly
      General and Desktop • qt 5.4.1 qfile • • ankit thakar  

      2
      0
      Votes
      2
      Posts
      948
      Views

      why not try QFileSystemWatcher connect its signal to your model's slot.
    • How can I upload files to an Amazon S3 server with qt or c++ ??
      General and Desktop • c++ qt 5.4.1 http • • SujaMM  

      7
      0
      Votes
      7
      Posts
      5399
      Views

      @SujaMM I'm trying to do exactly what you're attempting to do. But in my case, all my code works except for how I create my signature (the response from aws server says that their signature is different than mine, therefore my request won't go through). If its possible, could you show me how you're creating your signature? If I can create my signature correctly and it goes through, I can post the source code for you to pick apart and choose what you want to use. I just keep failing on this signature creation business >.<
    • How to set User Agent in QtWebEngine QML application
      General and Desktop • qml qtwebengine qt 5.4.1 webengine user agent • • joelmar  

      1
      0
      Votes
      1
      Posts
      1561
      Views

      No one has replied

    • Allow WebRTC webcam request using when QtWebEngine
      General and Desktop • qml qtwebengine qt 5.4.1 webengine chromium qml qtwebengine • • joelmar  

      2
      0
      Votes
      2
      Posts
      2970
      Views

      You need to connect to the featurePermissionRequested of the WebView, i.e. onFeaturePermissionRequested: { grantFeaturePermission(securityOrigin, feature, true); }
    • ERROR: QXcbConnection: Could not connect to display
      General and Desktop • qtcreator qt 5.4.1 compilation • • lilouch  

      4
      0
      Votes
      4
      Posts
      5611
      Views

      Then what distribution are you running ? Which Desktop Manager ?
    • QWebView black background trying to visualize googlemaps results
      Qt WebKit • qt 5.4.1 qwebview • • maxmall  

      1
      0
      Votes
      1
      Posts
      799
      Views

      No one has replied

    • Fail to retrieve bluetooth information
      Mobile and Embedded • android bluetooth qt 5.4.1 qt 5.5.0 android 2.3.3 htc desire • • NGV1  

      0
      0
      Votes
      0
      Posts
      498
      Views

      No one has replied

    • Bug with Qt 5.4.1 drag and drop between two QTreeWidgets
      General and Desktop • qt 5.4.1 drag and drop bug qtreewidget • • zcoder  

      1
      0
      Votes
      1
      Posts
      823
      Views

      No one has replied

    • QGraphicsSvgitem don't display svg with pattern
      General and Desktop • qt 5.4.1 qgraphicssvgite qsvgrenderer • • David Schulz  

      3
      1
      Votes
      3
      Posts
      1841
      Views

      Hi and welcome to devnet, The latest state of SVG support is described here AFAIK if you need a full blown SVG renderer then you'd need e.g. QtWebKit
    • Device busy while capturing still image from a live webcam
      General and Desktop • image camera qt 5.4.1 capture • • GenisiusH  

      6
      0
      Votes
      6
      Posts
      3757
      Views

      @LuGRU Thank sir for your replay.. yes i solve my problem.
    • SOLVED - Browser does not work on android
      Mobile and Embedded • qml android qt5.4 qt 5.4.1 webview webkit webengine androidqt browser • • Alexorleon  

      3
      0
      Votes
      3
      Posts
      2662
      Views

      @p3c0 Yes, thanks. I found this example. And he is works. http://doc.qt.io/qt-5/qtwebview-minibrowser-example.html And I found - Webengine is not supported on android and not with MinGW either.
    • Qt and QML Training program ||
      Announcements • qt5 qt creator qtquick qwidget qmake qthread qgraphicsview qgraphicsscene qpainter qgraphicsitem qmediaplayer qserialport qt 5.4 qtmultimedia qt 5.4.1 qt application • • pthinks  

      2
      0
      Votes
      2
      Posts
      1786
      Views

      Hi @pthinks, I highly recommend you proofread your post. It contains false advertising (you are not the top 2nd contributor in the forum) It contains outdated information (qt-project.org is now offline) It's full of formatting errors ("list listItem")
    • QtCreator doesn't use Fusion
      Installation and Deployment • linux qt 5.4.1 fusion qtcreator 3.4.0 • • Mavoka  

      1
      0
      Votes
      1
      Posts
      711
      Views

      No one has replied

    • Solved: Android Items displayed wrong
      Mobile and Embedded • android qt 5.4.1 • • Tschini  

      1
      0
      Votes
      1
      Posts
      653
      Views

      No one has replied

    • How to make Dialog fit it's contents?
      Mobile and Embedded • qml qtquick qt 5.4.1 dialog • • flashmozzg  

      1
      0
      Votes
      1
      Posts
      603
      Views

      No one has replied

    • Is where some non-hacky way to implement file save as feature in qml?
      Mobile and Embedded • qml qtquick qt quick qt 5.4.1 filedialog • • flashmozzg  

      1
      0
      Votes
      1
      Posts
      642
      Views

      No one has replied

    • Qt push notification doesnt work in background
      Mobile and Embedded • android qtcreator ios qt 5.4.1 qt application qtplugin • • Buleron  

      5
      0
      Votes
      5
      Posts
      3787
      Views

      @alexvplay I have used V-play plugins with QML application and all works good, but i want somehow to have oportunity user to disable receiving notification on his mobile when he install my application, i have try with Parse property: enabled : bool to be false, but user still received notifications... So please can you give advice how i can make receiving of notification on mobile device where my app is installed to be configurable, i.e. user to have option to turn On or Off receiving notifications. Thanks in advance
    • How to deploy qt5 qml plugin to android?
      Installation and Deployment • qml c++ android qt creator plugin qt 5.4.1 deploying • • gorec323  

      1
      0
      Votes
      1
      Posts
      737
      Views

      No one has replied

    • Setting up lldb debugger in qt 5-4 on macos-x darwin-kernel-version-14-3-0
      Installation and Deployment • mac qt 5.4.1 debugging libraries • • shailesh83  

      3
      0
      Votes
      3
      Posts
      1933
      Views

      Thanks for replying to my Questions. Sorry for replying so late. Also regarding my question of using lldb as debugger it is not hitting the break point which i had set in QtCreator project. Now i tried installing gdb debugger it works,But for Non-Qt Project it fails to load the debugging symbols. But using LLDB debugger issue is still persists. Second Question of resolving the issue of Library not loaded by executable. I tried using : otool -L ABC.exe and it showed me the dependent .dylib and there path where missing But i tried changing it via install_name_tool -change <old> <new> <exe> But i got same error.Then i set the DYLD_LIBRARY_PATH inside my Qt Project under Project > Run>Run Environment > I hardcoded the path for Debug external Libraries.But how it work for Release external Library. I need to again amend that for Release Build ? I am currently using Xcode 6.3.
    • Login page
      General and Desktop • qt 5.4.1 security • • Gillou_beginqt  

      2
      0
      Votes
      2
      Posts
      1020
      Views

      Hi and welcome to devnet, You should write a MockBackend object that will behave just like your normal backend. There you can set that default username/password. Hope it helps
    • VoIP with Qt
      General and Desktop • qt 5.4.1 voip sip • • metaDom  

      7
      0
      Votes
      7
      Posts
      4126
      Views

      Unrelated to the linked library above: XMPP protocol is capable of handling voice and video calls. libjingle (supported by Google) is probably the most poular API for the protocol
    • [SOLVED] Resizing Custom Widgets in a Layout Leaves Empty Space Between Widgets
      General and Desktop • c++ widget qt5.4 desktop layout qt 5.4 widgets qt 5.4.1 application custom • • Bolt2strike  

      20
      0
      Votes
      20
      Posts
      10795
      Views

      Good ! However, I'm not sure I'm following you on that one. Where did you put that resize ? If you can't from the Topic Tools menu, then just edit the thread title and prepend [solved]
    • Qt Developer Advocate
      Jobs • qml qt creator qt 5.4.1 mobile app deve • • mmalone_Esri  

      2
      0
      Votes
      2
      Posts
      1374
      Views

      I am part of a team specializing in Qt custom software from components to custom solutions. Qt is what we love and specialize and we have completed more than 120 Qt based projects world wide. C, C++, Python, JS is what we use with Qt everyday . Samples: http://milosolutions.com Testimonials: http://milosolutions.com/testimonials/ Skype: zanetaww WWW: http://milosolutions.com Thanks, Zaneta at MILO