urgent help in Qt required

M

maadhuu

hello,
i need to know what system calls to use in order to implement cut,copy and
paste in Qt using functions(slots i mean)
also,
i have this resizing window problem ,because of which whenever i try
resizing it to a smaller size and move back to its actual size ,the
contents which were last present for that larger size disappears.
can someone help me out.???thanx a ton.
 
A

Andre Kostur

hello,
i need to know what system calls to use in order to implement cut,copy
and paste in Qt using functions(slots i mean)

Then go ask in a Qt newsgroup. comp.lang.c++ is for Standard C++... which
doesn't even guarantee that you have a screen, never mind any sort of
windowing system....
 
R

Rolf Magnus

maadhuu said:
hello,
i need to know what system calls to use in order to implement cut,copy and
paste in Qt using functions(slots i mean)

RTFM. Qt has good documentation.
See http://doc.trolltech.com/3.3/qclipboard.html
and http://doc.trolltech.com/3.3/dnd.html
as well as the demo programs
also,
i have this resizing window problem ,because of which whenever i try
resizing it to a smaller size and move back to its actual size ,the
contents which were last present for that larger size disappears.

What are the contents? Other widgets? Or something you draw yourself?
 
D

Duane Hebert

maadhuu said:
hello,
i need to know what system calls to use in order to implement cut,copy and
paste in Qt using functions(slots i mean)
also,
i have this resizing window problem ,because of which whenever i try
resizing it to a smaller size and move back to its actual size ,the
contents which were last present for that larger size disappears.
can someone help me out.???thanx a ton.

nntp.trolltech.com
trolltech.qt.interest

It's read only until you get access granted by the trolls.
(e-mail address removed) or just ask them your questions.
Their support is good.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top