View Issue Details

IDProjectCategoryView StatusLast Update
0015665ScribusUser Interfacepublic2019-05-01 13:54
Reporterale Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status newResolutionopen 
Summary0015665: Add a tooltip to the "Document Settings > Section" table headers
DescriptionIn the code it says:

    uint number; //Just an index in the section list
    QString name; //User defined name for the section
    uint fromindex; //First page _index_ of the section in the document (old page number)
    uint toindex; //Last page _index_ of the section in the document (old page number)
    NumFormat type; //Type of section numbering, ie i,ii,iii or a,b,c or 1,2,3, etc
    uint sectionstartindex; // Start of section, an index in the range of type, eg for type i,ii,iii, this would be 2 for "ii".
    bool reversed; // Counting 10-1 ?
    bool active; // Is the section active, ie, if the fromindex is 10, and theres 5 pages, this should be inactive.
    QChar pageNumberFillChar; //Prefix to be placed before page number
    int pageNumberWidth; //Minimum width of page number string

the last two are imo the most cryptic and would need a tooltip...
Tags#easyhack
PatchNo

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-04-30 18:00 ale New Issue
2019-04-30 18:03 ale Summary Add a tooltip to the Section headers => Add a tooltip to the "Document Settings > Section" table headers
2019-05-01 13:54 ale Tag Attached: #easyhack