mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-14 14:25:53 +00:00
Added atomtypewindow
This commit is contained in:
@ -73,6 +73,8 @@ private slots:
|
||||
void on_pdb_pushButton_start_clicked();
|
||||
// completion
|
||||
void on_tabWidget_currentChanged(int index);
|
||||
// window signals
|
||||
void createAtomTypes();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
@ -91,6 +93,9 @@ private:
|
||||
friend class Start_events;
|
||||
Update_fields *update_fields;
|
||||
friend class Update_fields;
|
||||
|
||||
// window signals
|
||||
void createActions();
|
||||
};
|
||||
|
||||
#endif /* MAINWINDOW_H */
|
||||
|
Reference in New Issue
Block a user