Results 1 to 2 of 2

Thread: display text in TWO LINE POLE DIPLAY running IN OPOS DRIVER:

  1. #1
    Join Date
    Aug 2016
    Posts
    2
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default display text in TWO LINE POLE DIPLAY running IN OPOS DRIVER:

    Hi All,

    I'm a newbie in QT.
    somebody help me?.
    I want to create a simple program.
    in form I have 2 QLineEdit and 1 PushButton.
    and hardware 2line POLE DISPLAY running in OPOS Driver.
    Once I click the pushbutton. value in 1st lineedit will display in first line display of pole display
    and second line display also depend on 2nd line edit.

    what are the first things i need to do?

    How I can add the reference or library in qt.?

    Thank you for helping me

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Wiki edits
    17

    Default Re: display text in TWO LINE POLE DIPLAY running IN OPOS DRIVER:

    what are the first things i need to do?
    1. Read the API documentation for drivers and device.
    2. Read about ActiveQt. OPOS is a COM (ActiveX) interface to point-of-sale devices.
    How I can add the reference or library in qt.?
    I assume you mean "reference" in the Visual Basic sense, meaning "semi-transparent linkage to an ActiveX control." In that sense there is no equivalent for a compiled C++ program (note that is not a Qt thing). ActiveX objects are accessed using ActiveQt or the just the Windows COM API in Qt C++ programs.

    You link a library with your Qt C++ program using the LIBS variable in your PRO file. An ActiveX object is not a library in this sense.

Similar Threads

  1. Replies: 6
    Last Post: 9th March 2016, 08:55
  2. Reading a text line per line
    By Momergil in forum Newbie
    Replies: 0
    Last Post: 19th July 2011, 16:46
  3. Replies: 9
    Last Post: 28th March 2011, 23:51
  4. Replies: 2
    Last Post: 28th May 2010, 10:16
  5. Unable to diplay the text on LCD
    By rohan_m_e in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 24th February 2009, 04:38

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.