Candidate_v1.6.1
ChemicalSpaceEvaluator
Gui_displays_atomic_force_velocity
PythonUI_with_named_parameters
TremoloParser_IncreasedPrecision
Last change
on this file since 8c5e2a was 29daad, checked in by Frederik Heber <heber@…>, 14 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
|
Rev | Line | |
---|
[29daad] | 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 |
|
---|
| 14 | void DialogLight::accept()
|
---|
| 15 | {
|
---|
| 16 | QDialog::accept();
|
---|
| 17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.