PDA

View Full Version : send text of lineedit



akhilteja
23rd August 2013, 05:39
Good morning,
i am new to qt i had taken two widgets in one widget i had taken table widget in another widget i had taken 2line edits and push button when i clicked on push button the line edit text should set to table widget row. so please send some code and help me.
thanking you,

Santosh Reddy
23rd August 2013, 09:53
i am new to qt i had taken two widgets in one widget i had taken table widget in another widget i had taken 2line edits and push button when i clicked on push button the line edit text should set to table widget row. so please send some code and help me.
How did you create the two widgets in widget ? (Designer / Code)
Are table widget and 2 line edits and push button on same widget ? (Same Parent)
Did you connect any slot to the pushbutton clicked signal? (Did you come this far)


so please send some code and help me.
Sure someone can, but please first help us understand what did you do and where you have problem?