element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Create GUI for RPi
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 20 replies
  • Subscribers 666 subscribers
  • Views 4255 views
  • Users 0 members are here
  • raspberry
  • gui
  • raspberry pi3
  • raspberry_pi
Related

Create GUI for RPi

gihu
gihu over 9 years ago

Hi all,

 

I need to create GUI for the raspberry pi3 and I do not know where to start.

What I prefere is to use something like visual basic or visual studio.

I need advice of how to do it, I have seen that it exists Lazarus that can run natively on RPi, but it is supposed to work on Pi1.

Would you mind suggesting me which possibilities I have? Of Course, cross-compile can be an option, but I prefer no to make a complicated setup by now, so cross-compiling It would be nice if it is under Win10 (the OS running on my laptop)

 

Regards,

Miguel

  • Sign in to reply
  • Cancel
  • balearicdynamics
    balearicdynamics over 9 years ago in reply to gihu

    Hello gihu, yes, Qt is native in raspbian. But I think we should make some differentiation between the version 4 and 5. There si a large number of differences and I strongly suggest to approach Qt5 for first.

     

    This week I have zero time but at this point I think that (according with spannerspencer previous discussions) it is the worth to start a Qt section with some specific embedded LInux tips and samples.

     

    Sorry for my short answers in these days but I am following this thread and I will start supporting you asap.

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 9 years ago in reply to Former Member

    Amit,

    The best way to develop with Qt is installing Qt5.x suite. It is fundamental in my opinion to approach Qt 5.5 (or, better 5.6) because there are big changes and all in positive respect the last 4.8 versions. Finally the Qt 5.5 and up versions have removed the QtWebKit that was a total issue with incredible difficulties to compile by itself as it was a sort of add-on package. Especially for the embedded devices. In Qt 5.5 the external WebKit has been definitely replaced by the QtwebEngine that is Qt native. But - just for the essential changes - has a incredible difference that is an advantage but also a mess for porting: QtWebEngine is Chrome based and multithreaded by default.

     

    The mix that you suggest of Qt and Python, trust me, it is not the best solution but it seems the easiest. I am working just to reorganise a package due this kind of approach that it is not the definitive winning solution. Please be patient, I am preparing a first series of articles that just try to put some order in the better way to connect Python, PyQt5.5 and Qt 5.5.1 for start.

     

    Enrico

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 9 years ago in reply to balearicdynamics

    Thank you very much Enrico!!!

     

    Regards,

    Miguel

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 9 years ago

    Hi,

    Had no experience in GUI development, wanted to develop a GUI to use PI as in a kiosk mode. Found that Tkinter was easy to learn and also access the GPIO pins.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • ac0xl.ham
    ac0xl.ham over 8 years ago

    Hi,

     

    You might want to try FLTK (Fast, Light Toolkit) which also contains FLUID (Fast Light User Interface Designer). The stable release is 1.3.3 with the official website (http://www.fltk.org). Wikipedia has some external links for both FLTK and FLUID. I first ran across FLTK in Fldigi, an amateur radio software that allows data transmission and text chat via digital modes,the program is written by www.w1hkj.com/, downloadable from https://sourceforge.net/directory/?q=fldigi . You should be able to download FLTK if it isn't included in your OS release, as it is free and open-source software, licensed under GNU Lesser General Public License (LGPL) with an additional clause permitting static linking from applications with incompatible licenses.

     

    Enjoy!

    Frank, AC0XL

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • gihu
    gihu over 8 years ago in reply to ac0xl.ham

    Thanks Frank!!

     

    In the end I used Python for what I needed, I also want to try with Qt as many other have suggested, and I will try to have a look to the tools you say image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago

    Maybe balearicdynamics can chime in? He has just presented on a QT seminar.

     

    Edit: ah, I see he already gave an update on the previous page.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Cancel
  • balearicdynamics
    balearicdynamics over 8 years ago in reply to Jan Cumps

    Hey Jan!

     

    I have not ignored this post. I am busy until tomorrow then I will update a serious comment here ... Actually I think it is time to start the Qt for embedded series of articles. We already discussed this with spannerspencer in past and I never forgot it but the course of events obliged me to stop this STEM project for a while... (is this a STEM project? Maybe?)

     

    Enrico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Cancel
  • clem57
    clem57 over 8 years ago in reply to balearicdynamics

    STEM includes any technology including software in my view. Looking forward to your picking this up when you get free.

    Clem

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • mconners
    mconners over 8 years ago in reply to clem57

    STEM includes any technology including software in my view. Looking forward to your picking this up when you get free.

    Clem

    I concur with that assessment. I think software is often an application of all 4 STEM disciplines.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube