Home
last modified time | relevance | path

Searched refs:spell_class_label (Results 1 – 4 of 4) sorted by relevance

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/object_creator/
H A Dspell_window.h96 QLabel spell_class_label; variable
H A Dspell_window.cpp334 spell_class_label.setParent( this ); in spell_window()
335 spell_class_label.setText( QString( "spell class" ) ); in spell_window()
336 spell_class_label.resize( default_text_box_size ); in spell_window()
337spell_class_label.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in spell_window()
338 spell_class_label.show(); in spell_window()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/object_creator/
H A Dspell_window.h96 QLabel spell_class_label; variable
H A Dspell_window.cpp334 spell_class_label.setParent( this ); in spell_window()
335 spell_class_label.setText( QString( "spell class" ) ); in spell_window()
336 spell_class_label.resize( default_text_box_size ); in spell_window()
337spell_class_label.move( QPoint( col * default_text_box_width, row++ * default_text_box_height ) ); in spell_window()
338 spell_class_label.show(); in spell_window()