LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   QT DESIGNER (need help with code..) (https://www.linuxquestions.org/questions/programming-9/qt-designer-need-help-with-code-88564/)

hunter_one 09-02-2003 04:55 PM

QT DESIGNER (need help with code..)
 
i want to make thing looking like that:

when u press button (name=create)
text appears in textedit field (name=code)
and in this text should be thing from another textedit field (name=dev)

text should look like that:

bla bla vla...
bla bla vla...
bla bla vla [text from textedit field (name=dev)] blablavla...
bla bla vla...
bla bla vla...


pls tell me exacly what i shoul do (code & connections)
i will write in my program that u helped me... :P


and i have second thing to do:

i need another button (name=save) it should save text from textedit field (name=code) to file which name and place where it will be placed will be configured by user (u konw what i mean :P )

pls tell me exacly what i should do (code & connections)
i will write in my program that u helped me... :P

peace 09-02-2003 07:09 PM

I dislike reinterating over the same replies that others give but...

RTFM

"pls tell me exacly what i shoul do"

Sure. Google for a good manual or tutorial. Learn that the satisfaction of programming comes from solving challenging problems yourself. That in itself will help you in so many aspects of both computer science and programming, you'd be suprised.

If you feel offended by this post, you should really read the excellent document by Eric S. Raymond entitled Asking Good Questions (I think, or something along those lines). I'm sure you can find it on Raymond's site.

Good luck.

jinksys 09-03-2003 04:29 PM

I cant even understand what he wants...


All times are GMT -5. The time now is 02:57 PM.