Results 1 to 8 of 8

Thread: Creating a "windowless" software

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Posts
    12
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Creating a "windowless" software

    Quote Originally Posted by wysota
    Why do you want to make a character based application on top of a X server environment? It'll not work on terminal if you show any captions/borders/etc.
    Basically because the system has no mouse or other input method besides keyboard.
    So is it more an QT/E issue, is this again a wrong part of the forum? As the system is reserved only for this software, no X server is even needed. You may move the topic to the right forum if needed, I'm sorry for the mishap.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,372
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Creating a "windowless" software

    But do you have an X server there? If so, you can create a regular Qt app and operate it with your keyboard or touchscreen.

    Anyway you can use Qt to help you operate on data, etc. but you should use ncurses library (or simmilar) for the text display if you don't want to use Xserver.

  3. #3
    Join Date
    Jan 2006
    Posts
    12
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Creating a "windowless" software

    Quote Originally Posted by wysota
    But do you have an X server there? If so, you can create a regular Qt app and operate it with your keyboard or touchscreen.

    Anyway you can use Qt to help you operate on data, etc. but you should use ncurses library (or simmilar) for the text display if you don't want to use Xserver.
    No X server, running on frame buffer. I'll check out the ncurses lib.

Similar Threads

  1. Replies: 1
    Last Post: 30th July 2008, 23:39

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.