KnownServerWidget

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/KnownServerWidget.rst

methods and attributes

class lib_openmolar.admin.qt4.classes.known_server_widget.KnownServerWidget(parent=None)[source]

Bases: PyQt4.QtGui.QFrame

loads the 230 servers @ startup. shows status of each. (most users will never use more than one 230 server)

__init__(parent=None)[source]
add_proxy_client(proxy_client)[source]

add a ProxyClient

browser_shortcut_clicked(shortcut)[source]

pass on the signal from the browser, adding information

call_refresh()

function called when the refresh button is clicked.

clear()[source]
current_client[source]

the active ProxyClient

refresh()

update the status of all the clients

server_changed

emits a signal when the server number changes

set_html(html)[source]

update the html on the embedded browser

shortcut_clicked

emits a signal containing a tuple (proxyclient, shortcut)

sizeHint()[source]
view_html()

view the displayed html in plain text

Table Of Contents

Previous topic

Importer

Next topic

LogWidget