改ui
This commit is contained in:
parent
e652cfeb9a
commit
81a91cef30
|
@ -136,10 +136,10 @@ class UI(QMainWindow, Ui_MainWindow):
|
||||||
}
|
}
|
||||||
self.edit_local_history.clear()
|
self.edit_local_history.clear()
|
||||||
self.list_customer.clear()
|
self.list_customer.clear()
|
||||||
item = QListWidgetItem("System")
|
|
||||||
self.list_customer.addItem(item)
|
|
||||||
item = QListWidgetItem("Global")
|
item = QListWidgetItem("Global")
|
||||||
self.list_customer.addItem(item)
|
self.list_customer.addItem(item)
|
||||||
|
item = QListWidgetItem("System")
|
||||||
|
self.list_customer.addItem(item)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue