source: src/UIElements/Views/Qt4/dialoglight.ui.h

Candidate_v1.6.1
Last change on this file was 29daad, checked in by Frederik Heber <heber@…>, 13 years ago

Added rudimentarily working GlMoleculeView (class was empty before).

  • We took over the code from (ancient) branch MolecuilderGUI and adapated it to the current standards. Atoms are drawn, bonds in some so far wrong direction as well.
  • Note that the guz has trouble showing dialogs for all Actions. This should be some minor bug.
  • Property mode set to 100644
File size: 639 bytes
Line 
1/****************************************************************************
2** ui.h extension file, included from the uic-generated form implementation.
3**
4** If you want to add, delete, or rename functions or slots, use
5** Qt Designer to update this file, preserving your code.
6**
7** You should not define a constructor or destructor in this file.
8** Instead, write your code in functions called init() and destroy().
9** These will automatically be called by the form's constructor and
10** destructor.
11*****************************************************************************/
12
13
14void DialogLight::accept()
15{
16 QDialog::accept();
17}
Note: See TracBrowser for help on using the repository browser.