MCPcopy Create free account
hub / github.com/Tokeii0/VolatilityPro / reloadingButton

Method reloadingButton

QtGUI_run.py:141–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139 self.ui.comboBox_2.addItems(["没有找到导出的filescan列表。"])
140 #reloadingButton 重新加载filescan列表
141 def reloadingButton(self):
142 self.ui.comboBox_2.clear()
143 self.load_filescan_combobox()
144 self.ui.listWidget.clear()
145 self.ui.lineEdit_2.clear()
146 self.ui.dumpfilename.clear()
147 # 一般的加载csv文件到table
148 def load_csv_to_table(self,filename):
149 txt_file = rf"output/{filename}.txt"

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected