Results 1 to 2 of 2

Thread: How to insert a combobox to QTextTable cell?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2017
    Posts
    2
    Qt products
    Qt5

    Default How to insert a combobox to QTextTable cell?

    Is it possible to place a combobox into a cell in QTextTable? I try to insert this into QTextEdit but it does not work...

    <form name=myform>
    <select name=mytextarea>
    <option name=one value=one> one </option>
    <option name=two value=two> two </option>
    <option name=three value=three> three </option>
    </select>
    </form>

    Thanks!

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: How to insert a combobox to QTextTable cell?

    See the Rich Text documentation for the supported HTML subset.
    <=== The Great Pumpkin says ===>
    Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.

Similar Threads

  1. How to set width for merged cell in QTextTable
    By yep in forum Qt Programming
    Replies: 0
    Last Post: 16th February 2017, 00:54
  2. Replies: 1
    Last Post: 3rd February 2012, 11:26
  3. Replies: 1
    Last Post: 2nd December 2008, 18:33
  4. Signal from a ComboBox cell in a QTableWidget
    By thebra in forum Qt Programming
    Replies: 5
    Last Post: 21st October 2008, 08:48
  5. QTextTable horizontal alignment of a cell
    By hafwil in forum Qt Programming
    Replies: 5
    Last Post: 14th October 2008, 14:26

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.