Classes | |
class | ExtendedComboBox |
Variables | |
app = QApplication(sys.argv) | |
combo = ExtendedComboBox() | |
list | string_list = ['hola muchachos', 'adios amigos', 'hello world', 'good bye'] |
rqt_py_common.extended_combo_box.app = QApplication(sys.argv) |
Definition at line 94 of file extended_combo_box.py.
rqt_py_common.extended_combo_box.combo = ExtendedComboBox() |
Definition at line 98 of file extended_combo_box.py.
list rqt_py_common.extended_combo_box.string_list = ['hola muchachos', 'adios amigos', 'hello world', 'good bye'] |
Definition at line 96 of file extended_combo_box.py.