DlgStyles QDialog name DlgStyles geometry 0 0 476 390 caption Ipe style sheets sizeGripEnabled true margin 11 spacing 6 QGroupBox name iSheetsGroup title Style sheets whatsThis <qt>The style sheets of the document. <p>The list shows the style sheet cascade, with the top-level style sheet at the top.</p> <p>You can change the order of style sheets (when two style sheets define the same attribute, the one higher in the list takes priority), you can add new style sheets, and you can remove style sheets from the list.</p> <p>You can also save selected style sheets to a file. A good way to generate style sheets is to save the standard style sheet and modify it to taste.</p> </qt> margin 11 spacing 6 QToolButton name iDelButton text Del accel 0 toolTip Delete style sheet QToolButton name iUpButton text &Up toolTip Move highlighted style sheet up name Spacer2 orientation Vertical sizeType Expanding sizeHint 20 20 QPushButton name iSaveButton text &Save toolTip Save highlighted style sheet to a file QListBox text New Item name iSheets toolTip Views defined for this Ipe page QToolButton name iDownButton text &Down toolTip Move highlighed style sheet down QToolButton name iAddButton text &Add toolTip Add new style sheet QLayoutWidget name Layout1 margin 0 spacing 6 QPushButton name buttonHelp text &What's this? autoDefault true name Horizontal Spacing2 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name buttonOk text &OK autoDefault true default true buttonHelp clicked() DlgStyles ShowHelp() buttonOk clicked() DlgStyles accept() iSheets currentChanged(QListBoxItem*) DlgStyles CurrentChanged(QListBoxItem *) iAddButton clicked() DlgStyles AddNew() iDelButton clicked() DlgStyles Remove() iUpButton clicked() DlgStyles MoveUp() iDownButton clicked() DlgStyles MoveDown() iSaveButton clicked() DlgStyles Save() AddNew() CurrentChanged(QListBoxItem *) MoveDown() MoveUp() Remove() ShowHelp() Save()