K
K
kuzdman2018-07-05 16:31:59
Python
kuzdman, 2018-07-05 16:31:59

How to add item to comboBox in PyQT5?

I am new to PyQT. I want to add item to comboBox. How can I best do this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Igen04, 2018-08-28
@Igen04

Everything is just .addItem("Item"). Example:

self.funcs = QComboBox(self)
self.funcs.addItem("Status")

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question