Results 1 to 2 of 2

Thread: Restricting TextEdit Data to less than 1MB size while pasting form clipboard

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2006
    Posts
    7
    Qt products
    Qt3

    Default Restricting TextEdit Data to less than 1MB size while pasting form clipboard

    I want to paste data from some file to textEdit. The problem is the size should be less than 1MB. How to get the size of data from clipboard and handle in which signal of TextEdit?
    actually am using a designer and qtextEdit is not sub-classed. so is there any other way of doing it?
    Last edited by keshab; 18th December 2006 at 11:20.

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.