]> ruin.nu Git - hbs.git/blob - bs/ui/tickviewbase.ui.h
4b8f126982f5290d95ce6289399d7e859f6192e4
[hbs.git] / bs / ui / tickviewbase.ui.h
1 /****************************************************************************
2 ** ui.h extension file, included from the uic-generated form implementation.
3 ** 
4 ** Add custom slot implementations here. Use a slot init() for
5 ** initialization code called during construction, and a slot destroy()
6 ** for cleanup code called during destruction.
7 **
8 ** This file gets modified by Qt Designer whenever you add, rename or
9 ** remove custom slots. Implementation code does not get lost.
10 *****************************************************************************/
11
12
13 void CTickViewBase::slotMaxTick( int i )
14 {
15     minTickSpin->setMaxValue(i);
16 }
17
18 void CTickViewBase::slotMinTick( int i )
19 {
20     maxTickSpin->setMinValue(i);
21 }