properties for bpy panel ?

i can use floatvector like this

subtypes = [‘COLOR’, ‘TRANSLATION’, ‘DIRECTION’, ‘VELOCITY’, ‘ACCELERATION’, ‘MATRIX’, ‘EULER’, ‘QUATERNION’, ‘AXISANGLE’,‘XYZ’, ‘COLOR_GAMMA’, ‘LAYER’]#, ‘NONE’]

for subtype in subtypes:
bpy.types.Scene.FloatVectorProperty(

but are there other properties like
int single float number
or may be tehre are box for a slider value ?

how can this be added in bpy panel ?

Thanks