Qlabel
[객체이름].setText([내용])
: Text 박스의 표시 내용을 수정할 때 사용한다.
https://www.riverbankcomputing.com/static/Docs/PyQt4/qlabel.html
QLineEdit
QLineEdit은 한 줄의 텍스트를 입력할 수 있는 위젯이다.
textChanged()
: 객체의 텍스트 변경시
https://www.riverbankcomputing.com/static/Docs/PyQt4/qlineedit.html