Home
last modified time | relevance | path

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

12345678910>>...13

/dports/sysutils/plasma5-kinfocenter/kinfocenter-5.23.5/Modules/devinfo/
H A Dinfopanel.cpp19 InfoPanel::InfoPanel(QWidget *parent, DevInfoPlugin *stat) in InfoPanel() function in InfoPanel
32 InfoPanel::~InfoPanel() in ~InfoPanel()
38 void InfoPanel::setInfoPanelLayout() in setInfoPanelLayout()
47 void InfoPanel::setDefaultText() in setDefaultText()
64 void InfoPanel::setTopWidgetLayout(bool isInit) in setTopWidgetLayout()
76 QVBoxLayout *InfoPanel::setAlignedLayout(QWidget *parent, int spacingHeight) in setAlignedLayout()
85 void InfoPanel::setBottomWidgetLayout(QVListLayout *lay, bool isInit) in setBottomWidgetLayout()
97 void InfoPanel::setBottomInfo(QVListLayout *lay) in setBottomInfo()
104 QLabel *InfoPanel::setDevicesIcon(const QIcon &deviceIcon) in setDevicesIcon()
112 void InfoPanel::setTopInfo(const QIcon &deviceIcon, Solid::Device *device) in setTopInfo()
[all …]
H A Dinfopanel.h26 class InfoPanel : public QGroupBox
31 explicit InfoPanel(QWidget *, DevInfoPlugin *);
32 ~InfoPanel();
H A Ddevicelisting.h21 class InfoPanel; variable
37 DeviceListing(QWidget *, InfoPanel *, DevInfoPlugin *);
60 InfoPanel *iPanel = nullptr;
H A Dsoldevicetypes.cpp106 …labels << i18n("Processor Number: ") << InfoPanel::friendlyString(QString::number(prodev->number()… in infoPanelLayout()
107 …<< InfoPanel::friendlyString(QString::number(prodev->maxSpeed())) << i18n("Supported Instruction S… in infoPanelLayout()
213 …labels << i18n("Bus: ") << bus << i18n("Hotpluggable?") << InfoPanel::convertTf(stodev->isHotplugg… in infoPanelLayout()
214 << InfoPanel::convertTf(stodev->isRemovable()); in infoPanelLayout()
275 …labels << i18n("File System Type: ") << InfoPanel::friendlyString(voldev->fsType()) << i18n("Label… in infoPanelLayout()
276 …<< InfoPanel::friendlyString(voldev->label(), i18n("Not Set")) << i18n("Volume Usage: ") << usage … in infoPanelLayout()
277 << InfoPanel::friendlyString(voldev->uuid()); in infoPanelLayout()
282 …labels << QStringLiteral("--") << i18n("Mounted At: ") << InfoPanel::friendlyString(mountPoint, i1… in infoPanelLayout()
H A Ddevinfo.cpp42 InfoPanel *info = new InfoPanel(split, this);
/dports/archivers/ark/ark-21.12.3/part/
H A Dinfopanel.cpp19 QPixmap InfoPanel::getPixmap(const QString& name) in getPixmap()
24 InfoPanel::InfoPanel(ArchiveModel *model, QWidget *parent) in InfoPanel() function in InfoPanel
41 InfoPanel::~InfoPanel() in ~InfoPanel()
45 void InfoPanel::updateWithDefaults() in updateWithDefaults()
61 QString InfoPanel::prettyFileName() const in prettyFileName()
73 void InfoPanel::setPrettyFileName(const QString& fileName) in setPrettyFileName()
78 void InfoPanel::setIndex(const QModelIndex& index) in setIndex()
121 void InfoPanel::setIndexes(const QModelIndexList &list) in setIndexes()
140 void InfoPanel::showMetaData() in showMetaData()
146 void InfoPanel::hideMetaData() in hideMetaData()
[all …]
H A Dinfopanel.h15 class InfoPanel: public QFrame, Ui::InformationPanel
19 explicit InfoPanel(ArchiveModel *model, QWidget *parent = nullptr);
20 ~InfoPanel() override;
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/scriptedwizard/
H A Dinfopanel.cpp22 const long InfoPanel::ID_STATICTEXT1 = wxNewId();
23 const long InfoPanel::ID_CHECKBOX1 = wxNewId();
26 BEGIN_EVENT_TABLE(InfoPanel,wxPanel) in BEGIN_EVENT_TABLE() argument
31 InfoPanel::InfoPanel(wxWindow* parent,wxWindowID id) in BEGIN_EVENT_TABLE()
47 InfoPanel::~InfoPanel() in ~InfoPanel()
H A Dinfopanel.h19 class InfoPanel: public wxPanel
23 InfoPanel(wxWindow* parent,wxWindowID id = -1);
24 virtual ~InfoPanel();
/dports/security/keybase/client-v5.7.1/shared/chat/conversation/info-panel/
H A Dindex.stories.tsx9 // import {InfoPanel, InfoPanelProps} from '.'
60 // InfoPanel: (props: InfoPanelProps) => props,
357 // Sb.storiesOf('Chat/Conversation/InfoPanel', module)
364 // <InfoPanel {...conversationProps} selectedTab="settings" ignored={true} />
367 // <InfoPanel {...conversationProps} selectedTab="settings" spinnerForHide={true} />
369 // .add('Small team', () => <InfoPanel {...smallTeamProps} />)
370 // .add('Small team (hidden)', () => <InfoPanel {...smallTeamProps} ignored={true} />)
373 // <InfoPanel
380 // <InfoPanel
387 // <InfoPanel {...smallTeamProps} selectedTab="members" showAuditingBanner={true} />
[all …]
H A Dcontainer.tsx7 import {InfoPanel, Panel} from '.'
47 <InfoPanel
/dports/astro/stellarium/stellarium-0.21.3/src/gui/
H A DSkyGui.hpp38 class InfoPanel : public QGraphicsTextItem class
43 InfoPanel(QGraphicsItem* parent);
44 ~InfoPanel();
99 class InfoPanel* infoPanel;
H A DSkyGui.cpp35 InfoPanel::InfoPanel(QGraphicsItem* parent) : QGraphicsTextItem("", parent), in InfoPanel() function in InfoPanel
118 InfoPanel::~InfoPanel() in ~InfoPanel()
174 void InfoPanel::setTextFromObjects(const QList<StelObjectP>& selected) in setTextFromObjects()
222 const QString InfoPanel::getSelectedText(void) const in getSelectedText()
247 infoPanel = new InfoPanel(this); in SkyGui()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/View/
H A DInfoPanel.cpp36 InfoPanel::InfoPanel(wxWindow* parent, MapDocumentWPtr document) : in InfoPanel() function in TrenchBroom::View::InfoPanel
54 Console* InfoPanel::console() const { in console()
H A DInfoPanel.h43 class InfoPanel : public wxPanel {
49 InfoPanel(wxWindow* parent, MapDocumentWPtr document);
/dports/games/wyrmgus/Wyrmgus-3.5.4/src/editor/
H A Deditloop.cpp741 int x = UI.InfoPanel.X + 26; in DrawPlayers()
776 x = UI.InfoPanel.X + 22; in DrawPlayers()
987 int x = UI.InfoPanel.X + 46; in DrawTileIcons()
1116 const PixelPos pos(UI.InfoPanel.X + 11, UI.InfoPanel.Y + 7); in DrawEditorPanel_SelectIcon()
1141 const PixelPos pos(UI.InfoPanel.X + 11 + UNIT_ICON_X, UI.InfoPanel.Y + 7 + UNIT_ICON_Y); in DrawEditorPanel_UnitsIcon()
1169 int x = UI.InfoPanel.X + 11; in DrawEditorPanel_StartIcon()
1171 int y = UI.InfoPanel.Y + 5; in DrawEditorPanel_StartIcon()
1525 if (UI.InfoPanel.G) { in EditorUpdateDisplay()
1526 UI.InfoPanel.G->DrawClip(UI.InfoPanel.X, UI.InfoPanel.Y); in EditorUpdateDisplay()
2022 bx = UI.InfoPanel.X + 26; in EditorCallbackMouse_EditUnitArea()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/gui/windows/
H A Dkadu-window.cpp191 InfoPanel = injectedFactory()->makeInjected<BuddyInfoPanel>(Split); in createGui()
193 connect(Roster, SIGNAL(currentChanged(Talkable)), InfoPanel, SLOT(displayItem(Talkable))); in createGui()
199 InfoPanel->setVisible(false); in createGui()
309 InfoPanel->setAutoFillBackground(true); in compositingEnabled()
327 InfoPanel->setAutoFillBackground(false); in compositingDisabled()
373 …configuration()->deprecatedApi()->writeEntry("General", "DescriptionHeight", InfoPanel->size().hei… in storeConfiguration()
417 else if (e->matches(QKeySequence::Copy) && !InfoPanel->selectedText().isEmpty()) in keyPressEvent()
419 InfoPanel->pageAction(QWebPage::Copy)->trigger(); in keyPressEvent()
/dports/net-mgmt/sysmon/sysmon-0.93/OtherClients/SysMon-JClient-1.1/source/
H A DInfoPanel.java6 public class InfoPanel extends Panel class
8 public InfoPanel() in InfoPanel() method in InfoPanel
/dports/textproc/jdictionary/jdictionary/src-1_8/info/jdictionary/gui/
H A DInfoPanel.java35 public abstract class InfoPanel extends JPanel { class
43 public InfoPanel() { in InfoPanel() method in InfoPanel
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/perspectives/fics/
H A DChatPanel.py30 from pychess.widgets.InfoPanel import InfoPanel
36 self.infopanel = InfoPanel(self.connection)
/dports/math/jts/jts-jts-1.18.1/modules/app/src/main/java/org/locationtech/jtstest/testbuilder/
H A DInfoPanel.java32 public class InfoPanel class
43 public InfoPanel() { in InfoPanel() method in InfoPanel
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dinfo_panels.hpp145 class InfoPanel: public QWidget class
149 InfoPanel( QWidget * );
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/
H A DinfoPanel.py11 class InfoPanel(BaseWindow): class
18 super(InfoPanel, self).__init__()
/dports/editors/lazarus/lazarus/designer/
H A Daskcompnamedlg.pas40 InfoPanel: TPanel;
236 InfoPanel.Caption:=ErrorMsg;
237 InfoPanel.Visible:=not Ok;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/designer/
H A Daskcompnamedlg.pas44 InfoPanel: TPanel;
240 InfoPanel.Caption:=ErrorMsg;
241 InfoPanel.Visible:=not Ok;

12345678910>>...13