Grammalecte  Check-in [26e2ffe074]

Overview
Comment:[lo] formateur de texte : ajustement de la barre de progression
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | lo
Files: files | file ages | folders
SHA3-256: 26e2ffe074e7b00b75000b30c5587ed79ae642c78e4fc1a4df2803bd1bcb2d04
User & Date: olr on 2018-03-02 18:48:09
Original Comment: [lo] formateur de texte?: ajustement de la barre de progression
Other Links: manifest | tags
Context
2018-03-02
18:51
[fx] CSS: media print: hide grammalecte menu check-in: 2f3395cefd user: olr tags: trunk, fx
18:48
[lo] formateur de texte : ajustement de la barre de progression check-in: 26e2ffe074 user: olr tags: trunk, lo
18:43
[lo] conjugueur: small adjustments check-in: 8ae3ac26d6 user: olr tags: trunk, lo
Changes

Modified gc_lang/fr/oxt/TextFormatter/TextFormatter.py from [6fb58f6672] to [430dd5922f].

242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
                         self.typo7, self.typo8, self.typo8a, self.typo8b, self.typo_ff, self.typo_fi, self.typo_ffi, self.typo_fl, self.typo_ffl, \
                         self.typo_ft, self.typo_st],
            "misc":     [self.misc1, self.misc2, self.misc3, self.misc5, self.misc1a, self.misc5b, self.misc5c], #self.misc4, 
            "struct":   [self.struct1, self.struct2, self.struct3]
        }

        # progress bar
        self.pbar = self._addWidget('pbar', 'ProgressBar', 22, self.xDialog.Height-16, 215, 10)
        self.pbar.ProgressValueMin = 0
        self.pbar.ProgressValueMax = 31
        # time counter
        self.time_res = self._addWidget('time_res', 'FixedText', self.xDialog.Width-80, self.xDialog.Height-15, 20, nHeight, Label = "", Align = 2)

        # buttons
        self.bdefault = self._addWidget('default', 'Button', 5, self.xDialog.Height-19, 15, 15, Label = self.dUI.get('default', "#err"), \







|







242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
                         self.typo7, self.typo8, self.typo8a, self.typo8b, self.typo_ff, self.typo_fi, self.typo_ffi, self.typo_fl, self.typo_ffl, \
                         self.typo_ft, self.typo_st],
            "misc":     [self.misc1, self.misc2, self.misc3, self.misc5, self.misc1a, self.misc5b, self.misc5c], #self.misc4, 
            "struct":   [self.struct1, self.struct2, self.struct3]
        }

        # progress bar
        self.pbar = self._addWidget('pbar', 'ProgressBar', 22, self.xDialog.Height-16, 210, 10)
        self.pbar.ProgressValueMin = 0
        self.pbar.ProgressValueMax = 31
        # time counter
        self.time_res = self._addWidget('time_res', 'FixedText', self.xDialog.Width-80, self.xDialog.Height-15, 20, nHeight, Label = "", Align = 2)

        # buttons
        self.bdefault = self._addWidget('default', 'Button', 5, self.xDialog.Height-19, 15, 15, Label = self.dUI.get('default', "#err"), \