<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaTempEditStyle"></style><style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: 13px">
<div></div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">In my GUI I have a for-statement that opens a text file and changes the color of a QFrame depending on the first letter of each line in the file.&nbsp; The relevent part of the code is attached as a text
 file, and so is the sample text file I've been using.</font></div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma"></font>&nbsp;</div>
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">The raw_input lines were added so I could pause it and see when the color changes.&nbsp; I expected it to change color when I had to raw_input, but instead it waits until the line of the text file to change
 color.&nbsp; How do I make the QFrames change color as it goes through the file?</font></div>
<div dir="ltr"><font size="2" face="tahoma"></font>&nbsp;</div>
<div dir="ltr"><font size="2" face="tahoma">Thank you,</font></div>
<div dir="ltr"><font size="2" face="tahoma">David</font></div>
</div>
</body>
</html>