View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015665 | Scribus | User Interface | public | 2019-04-30 18:00 | 2019-05-01 13:54 |
Reporter | ale | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0015665: Add a tooltip to the "Document Settings > Section" table headers | ||||
Description | In 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 | ||||
Patch | No | ||||