<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi there, <br><br>I am new to GUI and Qt. So, I thought to stick with Qt Designer to write some small UI's for my programs (which I write in python).<br><br>I could manage to arrange widgets over canvas but don't know how to connect them to my program and run. So, could anyone help me on it?<br><br>I have attached as a zip file containing (myApp.ui) file so that you can help me specifically.<div><br></div><div><br><br>My app details:<br><br>It contains 2 lineEdit widgets, 1 Push button, 1 textBrowser.<br><br>This app should take two strings from the two lineEdit widgets process those in my program and show the output of the textBrowser.<br><br>So, how would I do that?<br><br><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">I usually take those two strings on command line like this:</blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">name1 = raw_input()name2 = raw_input()</blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><br></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><br></blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">theOutputStr(name1, name2)</blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;">It returns a string.</blockquote><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><br></blockquote></blockquote><span style="color: rgb(102, 102, 102); font-family: 'Trebuchet MS', Arial, sans-serif; line-height: 19px; background-color: rgb(247, 247, 247); ">How should possibly do this?</span>
</div>                                      </div></body>
</html>