A different way to "show invisibles"

2016-02-04 Thread john lunzer
>From here I found a little snippet of code which makes tabs and spaces visible: doc = QtGui.QTextDocument() option = QtGui.QTextOption() option.setFlags(QtGui.QTextOption.ShowTabsAndSpaces) do

Re: For new Leo users / Tagged topics in this forum / useful resource

2016-02-04 Thread reinhard . engel . de
Got it. Thank you! Reinhard On Wednesday, February 3, 2016 at 6:24:31 PM UTC+1, Chris George wrote: > > It is visible when you are on the front page of the group, but vanishes > when you are reading an individual posting. > > Chris > > On Tuesday, February 2, 2016 at 10:22:45 PM UTC-8, > reinha