Home
last modified time | relevance | path

Searched refs:editorButton (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/qvge/qvge-0.6.3/src/3rdParty/qtpropertybrowser/
H A Dlineedit.cpp20 editorButton = new QToolButton(this); in LineEdit()
21 editorButton->setText("..."); in LineEdit()
22 editorButton->setCursor(Qt::ArrowCursor); in LineEdit()
23 editorButton->setEnabled(true); in LineEdit()
24 editorButton->setStyleSheet("QToolButton { border: none; padding: 0px; }"); in LineEdit()
25 connect(editorButton, SIGNAL(clicked()), this, SLOT(showEditor())); in LineEdit()
28 …setStyleSheet(QString("QLineEdit { padding-right: %1px; } ").arg(editorButton->sizeHint().width() … in LineEdit()
30 setMinimumSize(qMax(msz.width(), editorButton->sizeHint().height() + frameWidth * 2 + 2), in LineEdit()
31 qMax(msz.height(), editorButton->sizeHint().height() + frameWidth * 2 + 2)); in LineEdit()
45 QSize sz = editorButton->sizeHint(); in resizeEvent()
[all …]
H A Dlineedit.h32 QToolButton *editorButton;
/dports/java/jgraph/jgraph-java-5.13.0.4/examples/com/jgraph/example/groupeditor/
H A DEditableGroupRenderer.java18 public static Rectangle editorButton = new Rectangle(0, 0, 7, 7); field in EditableGroupRenderer
27 g.fillRect(getWidth() - editorButton.width -1 , 0, editorButton.width, editorButton.height); in paint()
29 g.drawString("e", getWidth() - editorButton.width - 2, 7); in paint()
36 return editorButton.contains(editorButton.width + pt.getX() - rectBounds.getWidth(), pt.getY()); in isEditAsked()
/dports/games/ecwolf/ecwolf-1.3.3-src/android-libs/TouchControls/
H A DTouchControlsContainer.cpp12editorButton = new touchcontrols::Button("edit_control",touchcontrols::RectF(11,0,13,2),"settings"… in TouchControlsContainer()
13editorButton->signal_button.connect( sigc::mem_fun(this,&TouchControlsContainer::editorButtonPres… in TouchControlsContainer()
59 editorButton->processPointer(action,pid, x, y); in processPointer()
137 editorButton->drawGL(); in draw()
159 editorButton->drawGL(); in draw()
176 if (editorButton) in initGL()
177 editorButton->initGL(); in initGL()
H A DTouchControls.cpp30 editorButton = 0; in TouchControls()
71editorButton = new touchcontrols::Button("edit_control",touchcontrols::RectF(11,0,13,2),"settings"… in TouchControls()
72 editorButton->signal_button.connect( sigc::mem_fun(this,&TouchControls::editorButtonPress) ); in TouchControls()
232 if (editorButton) in processPointer()
233 editorButton->processPointer(action,pid, x, y); in processPointer()
494 if (editorButton) in draw()
498 editorButton->drawGL(); in draw()
582 if (editorButton) in drawEditor()
586 editorButton->drawGL(); in drawEditor()
634 if (editorButton) in initGL()
[all …]
H A DTouchControlsContainer.h26 Button *editorButton; variable
H A DTouchControls.h77 Button *editorButton; variable
/dports/games/gemrb/gemrb-0.9.0/platforms/apple/CocoaWrapper/ios/
H A DGEM_ConfController.m80editorButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemSave targ…
81 editorButton.style = UIBarButtonItemStyleDone;
82 editorButton.enabled = NO;
90 toolBarItems = [NSArray arrayWithObjects:debugBtn, savesBtn, space, editorButton, nil];
135 [editorButton release];
438 editorButton.enabled = NO;
464 editorButton.enabled = YES;
467 editorVC.navigationItem.rightBarButtonItem = editorButton;
480 editorVC.navigationItem.rightBarButtonItem = editorButton;
H A DGEM_ConfController.h52 UIBarButtonItem* editorButton; variable
/dports/misc/xless/xless-1.7/
H A Dcallbacks.c363 if (wi->editorButton) {
364 XtVaSetValues(wi->editorButton, XtNsensitive, True, NULL);
365 wi->editorButton = 0;
369 wi->editorButton = 0;
H A Dxless.h125 Widget editorButton; member
H A Dwindow.c57 wi->editorButton = wi->reloadButton = NULL; in createWindowInfo()
H A Dinit.c414 wi->editorButton = button;
416 wi->editorButton = 0;
/dports/devel/projectcenter/ProjectCenter-0.6.2/Modules/Preferences/Misc/Resources/MiscPrefs.gorm/
H A Ddata.classes28 editorButton,
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/launcher/
H A DStracciatellaLauncher.h23 Fl_Button *editorButton; variable
H A DStracciatellaLauncher.cc12 { editorButton = new Fl_Button(130, 120, 200, 25, "Start Map Editor"); in StracciatellaLauncher()
H A DStracciatellaLauncher.fl20 Fl_Button editorButton {
H A DLauncher.cc110 editorButton->callback( (Fl_Callback*)startEditor, (void*)(this) ); in show()
366 fl_message_title(window->editorButton->label()); in startEditor()
/dports/devel/projectcenter/ProjectCenter-0.6.2/Modules/Preferences/Misc/
H A DPCMiscPrefs.h56 IBOutlet NSTextField *editorButton; variable
H A DPCMiscPrefs.m61 [editorButton setRefusesFirstResponder:YES];
/dports/editors/texmaker/texmaker-5.0.3/
H A Dconfigdialog.cpp178 QListWidgetItem *editorButton = new QListWidgetItem(ui.contentsWidget); in createIcons() local
179 editorButton->setIcon(getIcon(":/images/configeditor.png")); in createIcons()
180 editorButton->setText(tr("Editor")); in createIcons()
181 editorButton->setTextAlignment(Qt::AlignHCenter); in createIcons()
182 editorButton->setFlags(Qt::ItemIsSelectable | Qt::ItemIsEnabled); in createIcons()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dcodecombobox.cpp79 ….width() + codeLineEdit->codeButton()->maximumWidth() + codeLineEdit->editorButton()->maximumWidth… in CodeComboBox()
H A Dcodelineedit.h52 CodeLineEditButton *editorButton() const { return mEditorButton; } in editorButton() function
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/balancebox/
H A DActivityConfig.qml38 id: editorButton
/dports/science/jmol/jmol-14.32.7/src/org/openscience/jmol/app/jmolpanel/Properties/
H A DJmol-resources.properties58 editorImage=editorButton.png