started number pages handle, needs to refresh toolbar num page display on change

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-04 15:29:56 +02:00
parent 3e40a5e3cb
commit 9fcfbeae40
6 changed files with 58 additions and 13 deletions
+5
View File
@@ -36,6 +36,11 @@ class DocsetDialog(QDialog):
self.formGroupBox = QGroupBox()
layout = QFormLayout()
self.np = FormLineEdit(str(ds['np']),3,True)
layout.addRow(QLabel("Numbers of Pages:"), self.np)
#
layout.addRow(Line(self))
#
self.pw = FormLineEdit(str(ds['pw']))
layout.addRow(QLabel("Page Width (mm):"), self.pw)
self.ph = FormLineEdit(str(ds['ph']))