20 bool haveFirst =
true,
22 QList<ParagraphStyle::TabRecord> Tabs = QList<ParagraphStyle::TabRecord>(),
26 void unitChange(
int unitIndex);
28 void setTabs(QList<ParagraphStyle::TabRecord> Tabs,
int unitIndex);
29 void setTabs(QList<ParagraphStyle::TabRecord> Tabs,
int unitIndex,
bool isParentValue);
30 void setParentTabs(QList<ParagraphStyle::TabRecord> Tabs);
32 void setFirstLineValue(
double t);
33 void setFirstLineValue(
double t,
bool isParentValue);
34 void setParentFirstLine(
double t);
36 void setLeftIndentValue(
double t);
37 void setLeftIndentValue(
double t,
bool isParentValue);
38 void setParentLeftIndent(
double t);
40 void setRightIndentValue(
double t);
41 void setRightIndentValue(
double t,
bool isParentValue);
42 void setParentRightIndent(
double t);
45 bool useParentFirstLine();
46 bool useParentLeftIndent();
47 bool useParentRightIndent();
54 QList<ParagraphStyle::TabRecord> m_pTabs;
56 QToolButton *m_parentButton;
65 void slotTabsChanged();
67 void firstDataChanged();
68 void leftDataChanged();
69 void rightDataChanged();
70 void firstValueChanged();
71 void leftValueChanged();
72 void rightValueChanged();
Definition: tabruler.h:83
Definition: smtabruler.h:15
Definition: smscrspinbox.h:13