%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/calibre/calibre/gui2/dialogs/
Upload File :
Create Path :
Current File : //lib/calibre/calibre/gui2/dialogs/template_dialog_box_layout.py

'''
Created on 20 Jan 2021

@author: Charles Haley
'''

from qt.core import (QBoxLayout)


class BoxLayout(QBoxLayout):

    def __init__(self):
        QBoxLayout.__init__(self, QBoxLayout.Direction.TopToBottom)

Zerion Mini Shell 1.0