func:添加导入导出数据(未完成)。
This commit is contained in:
@@ -45,13 +45,15 @@ private:
|
||||
void ele_update_gui(Element_t* target, int row);
|
||||
void show_custom_menu();
|
||||
void sort_by_repeat(std::vector<Element_t*>& vec);
|
||||
void copy_multi_data();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent* event);
|
||||
void keyPressEvent(QKeyEvent* event);
|
||||
|
||||
private:
|
||||
Element_t* get_element_bykey(const QString& key);
|
||||
Element_t* get_element_by_key(const QString& key);
|
||||
Element_t* get_element_by_row(int row);
|
||||
Element_t* get_current_select_key();
|
||||
QTableWidgetItem* get_current_select_item();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user