Home
last modified time | relevance | path

Searched refs:connect (Results 476 – 500 of 98037) sorted by relevance

1...<<11121314151617181920>>...3922

/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp202 connect(Lumina::SHORTCUTS, SIGNAL(StartLogout()), this, SLOT(StartLogout()) ); in setupGlobalConnections()
203 connect(Lumina::SHORTCUTS, SIGNAL(StartReboot()), this, SLOT(StartReboot()) ); in setupGlobalConnections()
204 connect(Lumina::SHORTCUTS, SIGNAL(StartShutdown()), this, SLOT(StartShutdown()) ); in setupGlobalConnections()
207 connect(Lumina::SHORTCUTS, SIGNAL(LockSession()), Lumina::SS, SLOT(LockScreenNow()) ); in setupGlobalConnections()
213 connect(RootDesktopObject::instance(), SIGNAL(startLogout()), this, SLOT(StartLogout()) ); in setupGlobalConnections()
238 connect(Lumina::NEF, SIGNAL(KeyPressed(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
239 connect(Lumina::NEF, SIGNAL(KeyReleased(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
240 connect(Lumina::NEF, SIGNAL(MousePressed(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
241 connect(Lumina::NEF, SIGNAL(MouseReleased(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
242 connect(Lumina::NEF, SIGNAL(MouseMovement()), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
[all …]
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/
H A DLSession.cpp202 connect(Lumina::SHORTCUTS, SIGNAL(StartLogout()), this, SLOT(StartLogout()) ); in setupGlobalConnections()
203 connect(Lumina::SHORTCUTS, SIGNAL(StartReboot()), this, SLOT(StartReboot()) ); in setupGlobalConnections()
204 connect(Lumina::SHORTCUTS, SIGNAL(StartShutdown()), this, SLOT(StartShutdown()) ); in setupGlobalConnections()
207 connect(Lumina::SHORTCUTS, SIGNAL(LockSession()), Lumina::SS, SLOT(LockScreenNow()) ); in setupGlobalConnections()
213 connect(RootDesktopObject::instance(), SIGNAL(startLogout()), this, SLOT(StartLogout()) ); in setupGlobalConnections()
238 connect(Lumina::NEF, SIGNAL(KeyPressed(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
239 connect(Lumina::NEF, SIGNAL(KeyReleased(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
240 connect(Lumina::NEF, SIGNAL(MousePressed(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
241 connect(Lumina::NEF, SIGNAL(MouseReleased(int, WId)), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
242 connect(Lumina::NEF, SIGNAL(MouseMovement()), Lumina::SS, SLOT(newInputEvent())); in setupGlobalConnections()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_ssid.py18 dev[0].connect("hello", key_mgmt="NONE", scan_freq="2412")
19 dev[1].connect(ssid2="68656c6c6f", key_mgmt="NONE", scan_freq="2412")
24 dev[0].connect(ssid2="0068656c6c6f0a7468657265", key_mgmt="NONE",
26 dev[1].connect(ssid2='P"\\x00hello\\nthere"', key_mgmt="NONE",
38 dev[0].connect("1", key_mgmt="NONE", scan_freq="2412")
45 dev[0].connect("1234567890abcdef1234567890ABCDEF", key_mgmt="NONE",
53 dev[0].connect(ssid2=ssid, key_mgmt="NONE", scan_freq="2412")
60 dev[0].connect("testi-åäöÅÄÖ-testi", key_mgmt="NONE", scan_freq="2412")
94 dev[1].connect("secret", key_mgmt="NONE", scan_freq="2412",
107 dev[1].connect("secret2", key_mgmt="NONE", scan_freq="2412",
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/chat/
H A Dchatbox.cpp60 connect(m_chatWidget, &ChatWidget::message, this, &ChatBox::message); in ChatBox()
61 connect(m_chatWidget, &ChatWidget::detachRequested, this, &ChatBox::detachFromParent); in ChatBox()
63 connect(doc, &Document::canvasChanged, this, &ChatBox::onCanvasChanged); in ChatBox()
64 connect(doc, &Document::serverLoggedIn, this, &ChatBox::onServerLogin); in ChatBox()
67 connect(doc->client(), &net::Client::serverMessage, m_chatWidget, &ChatWidget::systemMessage); in ChatBox()
68 connect(doc->client(), &net::Client::youWereKicked, m_chatWidget, &ChatWidget::kicked); in ChatBox()
81 connect(canvas, &canvas::CanvasModel::userJoined, m_chatWidget, &ChatWidget::userJoined); in onCanvasChanged()
82 connect(canvas, &canvas::CanvasModel::userLeft, m_chatWidget, &ChatWidget::userParted); in onCanvasChanged()
109 connect(window, &ChatWindow::closing, this, &ChatBox::reattachNowPlease); in detachFromParent()
110 connect(window, &ChatWindow::closing, this, &ChatBox::reattachToParent); in detachFromParent()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_ssid.py18 dev[0].connect("hello", key_mgmt="NONE", scan_freq="2412")
19 dev[1].connect(ssid2="68656c6c6f", key_mgmt="NONE", scan_freq="2412")
24 dev[0].connect(ssid2="0068656c6c6f0a7468657265", key_mgmt="NONE",
26 dev[1].connect(ssid2='P"\\x00hello\\nthere"', key_mgmt="NONE",
38 dev[0].connect("1", key_mgmt="NONE", scan_freq="2412")
45 dev[0].connect("1234567890abcdef1234567890ABCDEF", key_mgmt="NONE",
53 dev[0].connect(ssid2=ssid, key_mgmt="NONE", scan_freq="2412")
60 dev[0].connect("testi-åäöÅÄÖ-testi", key_mgmt="NONE", scan_freq="2412")
94 dev[1].connect("secret", key_mgmt="NONE", scan_freq="2412",
107 dev[1].connect("secret2", key_mgmt="NONE", scan_freq="2412",
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/core/
H A DAbstractFilter.cpp69 QObject::connect(source, SIGNAL(plotDesignationChanged(const AbstractColumn *)), this, in input()
71 QObject::connect(source, SIGNAL(modeAboutToChange(const AbstractColumn *)), this, in input()
73 QObject::connect(source, SIGNAL(modeChanged(const AbstractColumn *)), this, in input()
75 QObject::connect(source, SIGNAL(dataAboutToChange(const AbstractColumn *)), this, in input()
77 QObject::connect(source, SIGNAL(dataChanged(const AbstractColumn *)), this, in input()
79 QObject::connect( in input()
84 QObject::connect(source, SIGNAL(rowsInserted(const AbstractColumn *, int, int)), this, in input()
88 QObject::connect(source, SIGNAL(rowsRemoved(const AbstractColumn *, int, int)), this, in input()
90 QObject::connect(source, SIGNAL(maskingAboutToChange(const AbstractColumn *)), this, in input()
92 QObject::connect(source, SIGNAL(maskingChanged(const AbstractColumn *)), this, in input()
[all …]
/dports/audio/spectmorph/spectmorph-0.5.2/tests/
H A Dtestsignal.cc42 connect (signal_add_connections, [&](int count) { in add_connection()
75 uint64 id1 = connect (signal_test, slot); in DReceiver()
76 uint64 id2 = connect (signal_test, slot); in DReceiver()
77 uint64 id3 = connect (signal_test, slot); in DReceiver()
132 connect (*signal, this, &DestroyEmit::slot); in DestroyEmit()
133 connect (*signal, this, &DestroyEmit::slot); in DestroyEmit()
134 connect (*signal, this, &DestroyEmit::slot); in DestroyEmit()
135 connect (*signal, this, &DestroyEmit::slot); in DestroyEmit()
136 connect (*signal, this, &DestroyEmit::slot); in DestroyEmit()
137 connect (*signal, this, &DestroyEmit::slot); in DestroyEmit()
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/timeline2/view/
H A Dtimelinetabs.cpp39connect(pCore->monitorManager()->projectMonitor(), &Monitor::zoneUpdated, m_mainTimeline, &Timelin… in TimelineTabs()
41connect(m_mainTimeline, &TimelineWidget::zoneMoved, pCore->monitorManager()->projectMonitor(), &Mo… in TimelineTabs()
64connect(this, &TimelineTabs::audioThumbFormatChanged, timeline->controller(), &TimelineController:… in connectTimeline()
65connect(this, &TimelineTabs::showThumbnailsChanged, timeline->controller(), &TimelineController::s… in connectTimeline()
67 connect(this, &TimelineTabs::changeZoom, timeline, &TimelineWidget::slotChangeZoom); in connectTimeline()
68 connect(this, &TimelineTabs::fitZoom, timeline, &TimelineWidget::slotFitZoom); in connectTimeline()
69connect(timeline->controller(), &TimelineController::showTransitionModel, this, &TimelineTabs::sho… in connectTimeline()
70connect(timeline->controller(), &TimelineController::showMixModel, this, &TimelineTabs::showMixMod… in connectTimeline()
72connect(timeline->controller(), &TimelineController::showItemEffectStack, this, &TimelineTabs::sho… in connectTimeline()
73connect(timeline->controller(), &TimelineController::showSubtitle, this, &TimelineTabs::showSubtit… in connectTimeline()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/samples/qt/Common/src/
H A DMaterial.cxx25 connect( b, SIGNAL( clicked() ), sm, SLOT( map() ) ); in DialogMaterial()
27 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
33 connect( b, SIGNAL( clicked() ), sm, SLOT( map() ) ); in DialogMaterial()
35 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
41 connect( b, SIGNAL( clicked() ), sm, SLOT( map() ) ); in DialogMaterial()
43 connect( b, SIGNAL( toggled( bool ) ), this, SLOT( updateButtons( bool ) ) ); in DialogMaterial()
49 connect( b, SIGNAL( clicked() ), sm, SLOT( map() ) ); in DialogMaterial()
57 connect( b, SIGNAL( clicked() ), sm, SLOT( map() ) ); in DialogMaterial()
65 connect( b, SIGNAL( clicked() ), sm, SLOT( map() ) ); in DialogMaterial()
73 connect( b, SIGNAL( clicked() ), sm, SLOT( map() ) ); in DialogMaterial()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/map/
H A DCMapPropSetup.cpp36 connect(sliderOpacity, &QSlider::valueChanged, mapfile, &IMap::slotSetOpacity); in CMapPropSetup()
37 connect(sliderOpacity, &QSlider::valueChanged, map, &CMapDraw::emitSigCanvasUpdate); in CMapPropSetup()
38 connect(map, &CMapDraw::sigScaleChanged, this, &CMapPropSetup::slotScaleChanged); in CMapPropSetup()
39 connect(toolSetMinScale, &QToolButton::toggled, this, &CMapPropSetup::slotSetMinScale); in CMapPropSetup()
40 connect(toolSetMaxScale, &QToolButton::toggled, this, &CMapPropSetup::slotSetMaxScale); in CMapPropSetup()
42 connect(checkPolygons, &QCheckBox::toggled, mapfile, &IMap::slotSetShowPolygons); in CMapPropSetup()
43 connect(checkPolylines, &QCheckBox::toggled, mapfile, &IMap::slotSetShowPolylines); in CMapPropSetup()
44 connect(checkPoints, &QCheckBox::toggled, mapfile, &IMap::slotSetShowPOIs); in CMapPropSetup()
46 connect(checkPolygons, &QCheckBox::clicked, map, &CMapDraw::emitSigCanvasUpdate); in CMapPropSetup()
47 connect(checkPolylines, &QCheckBox::clicked, map, &CMapDraw::emitSigCanvasUpdate); in CMapPropSetup()
[all …]
/dports/devel/clazy/clazy-1.5/tests/old-style-connect/
H A Dnamespaces.cpp.expected1 old-style-connect/namespaces.h:22:9: warning: Old Style Connect [-Wclazy-old-style-connect]
2 old-style-connect/namespaces.cpp:32:5: warning: Old Style Connect [-Wclazy-old-style-connect]
3 old-style-connect/namespaces.cpp:33:5: warning: Old Style Connect [-Wclazy-old-style-connect]
4 old-style-connect/namespaces.cpp:42:5: warning: Old Style Connect [-Wclazy-old-style-connect]
5 old-style-connect/namespaces.cpp:43:5: warning: Old Style Connect [-Wclazy-old-style-connect]
/dports/audio/tiatracker/tiatracker-1.3/
H A Dmain.cpp85 QObject::connect(&w, SIGNAL(initPlayerTimer()), tiaPlayer, SLOT(startTimer())); in main()
86 QObject::connect(&w, SIGNAL(stopPlayerTimer()), tiaPlayer, SLOT(stopTimer())); in main()
90 QObject::connect(&w, SIGNAL(stopInstrument()), tiaPlayer, SLOT(stopInstrument())); in main()
93 QObject::connect(&w, SIGNAL(stopPercussion()), tiaPlayer, SLOT(stopPercussion())); in main()
94 QObject::connect(&w, SIGNAL(playTrack(int,int)), tiaPlayer, SLOT(playTrack(int,int))); in main()
95 QObject::connect(&w, SIGNAL(stopTrack()), tiaPlayer, SLOT(stopTrack())); in main()
98 QObject::connect(tiaPlayer, SIGNAL(newPlayerPos(int,int)), tl, SLOT(playerPosChanged(int,int))); in main()
99 QObject::connect(tiaPlayer, SIGNAL(newPlayerPos(int,int)), editor, SLOT(newPlayerPos(int,int))); in main()
101 QObject::connect(tt, SIGNAL(stopTrack()), tiaPlayer, SLOT(stopTrack())); in main()
104 QObject::connect(cbLoop, SIGNAL(toggled(bool)), tiaPlayer, SLOT(toggleLoop(bool))); in main()
[all …]
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DModelWatcher.cpp37 connect(model, &QAbstractItemModel::columnsInserted, this, &ModelWatcher::columnsInserted); in setModel()
38 connect(model, &QAbstractItemModel::columnsRemoved, this, &ModelWatcher::columnsRemoved); in setModel()
39 connect(model, &QAbstractItemModel::rowsInserted, this, &ModelWatcher::rowsInserted); in setModel()
40 connect(model, &QAbstractItemModel::rowsRemoved, this, &ModelWatcher::rowsRemoved); in setModel()
41 connect(model, &QAbstractItemModel::dataChanged, this, &ModelWatcher::dataChanged); in setModel()
42 connect(model, &QAbstractItemModel::headerDataChanged, this, &ModelWatcher::headerDataChanged); in setModel()
44connect(model, &QAbstractItemModel::rowsAboutToBeMoved, this, &ModelWatcher::rowsAboutToBeMoved); in setModel()
45 connect(model, &QAbstractItemModel::rowsMoved, this, &ModelWatcher::rowsMoved); in setModel()
47 connect(model, &QAbstractItemModel::columnsMoved, this, &ModelWatcher::columnsMoved); in setModel()
49 connect(model, &QAbstractItemModel::layoutChanged, this, &ModelWatcher::layoutChanged); in setModel()
[all …]
/dports/devel/cppurses/CPPurses-0.3-5-g342a389/demos/notepad/
H A Dnotepad.cpp59 ac_select.attr_select.bold.checked.connect( in initialize()
61 ac_select.attr_select.italic.checked.connect( in initialize()
63 ac_select.attr_select.underline.checked.connect([this]() { in initialize()
66 ac_select.attr_select.standout.checked.connect( in initialize()
68 ac_select.attr_select.dim.checked.connect( in initialize()
70 ac_select.attr_select.inverse.checked.connect( in initialize()
77 ac_select.attr_select.bold.unchecked.connect( in initialize()
79 ac_select.attr_select.italic.unchecked.connect([this]() { in initialize()
88 ac_select.attr_select.dim.unchecked.connect( in initialize()
155 save_area.load_btn.clicked.connect([this] { in initialize()
[all …]
/dports/devel/py-celery/celery-4.4.7/t/unit/utils/
H A Dtest_dispatcher.py65 a_signal.connect(receiver_1_arg)
76 a_signal.connect(a.a, sender=self)
88 a_signal.connect(a)
89 a_signal.connect(a)
90 a_signal.connect(a)
91 a_signal.connect(a)
92 a_signal.connect(a)
93 a_signal.connect(a)
124 a_signal.connect(fails)
137 a_signal.connect(receiver_1)
[all …]
/dports/audio/faust/faust-2.37.3/tools/faust2pd/examples/seqdemo/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/audio/faust/faust-2.37.3/tools/faust2pd/examples/synth/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/audio/faust/faust-2.37.3/examples/physicalModeling/faust-stk/pd-patches/fancy/canon/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/audio/faust/faust-2.37.3/examples/physicalModeling/faust-stk/pd-patches/fancy/turkish-march/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/audio/faust/faust-2.37.3/examples/physicalModeling/faust-stk/pd-patches/fancy/what-a-friend/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/audio/faust/faust-2.37.3/examples/physicalModeling/faust-stk/pd-patches/fancy/daisy/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/audio/faust/faust-2.37.3/examples/physicalModeling/faust-stk/pd-patches/fancy/take5/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/audio/faust/faust-2.37.3/examples/physicalModeling/faust-stk/pd-patches/
H A Daudio-out.pd22 #X connect 0 0 1 0;
23 #X connect 1 0 14 0;
24 #X connect 2 0 3 0;
25 #X connect 3 0 15 0;
26 #X connect 5 0 0 0;
27 #X connect 5 0 4 0;
28 #X connect 6 0 2 0;
29 #X connect 6 0 4 1;
30 #X connect 9 0 10 0;
31 #X connect 10 0 17 0;
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/golangedit/
H A Dgoaddtagsdialog.cpp42 connect(ui->jsonCheckBox,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
45 connect(ui->jsonOptionsCheckBox,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
48 connect(ui->xmlCheckBox,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
49 connect(ui->xmlCheckBox,SIGNAL(toggled(bool)),ui->xmlGroupBox,SLOT(setEnabled(bool))); in GoAddTagsDialog()
51 connect(ui->xmlOptionsCheckBox,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
54 connect(ui->customCheckBox,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
62 connect(ui->snakeCaseRadioButton,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
63 connect(ui->camelCaseRadioButton,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
64 connect(ui->lispCaseRadioButton,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
66 connect(ui->overrideCheckBox,SIGNAL(toggled(bool)),this,SLOT(updateaAguments())); in GoAddTagsDialog()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/plugins/Observability/src/gui/
H A DObservabilityDialog.cpp63 connect(&StelApp::getInstance(), in createDialogContent()
81 connect(ui->todayCheckBox, SIGNAL(clicked(bool)), in createDialogContent()
83 connect(ui->acroCosCheckBox, SIGNAL(clicked(bool)), in createDialogContent()
85 connect(ui->oppositionCheckBox, SIGNAL(clicked(bool)), in createDialogContent()
89 connect(ui->fullMoonCheckBox, SIGNAL(clicked(bool)), in createDialogContent()
92 connect(ui->redSlider, SIGNAL(sliderMoved(int)), in createDialogContent()
94 connect(ui->greenSlider, SIGNAL(sliderMoved(int)), in createDialogContent()
96 connect(ui->blueSlider, SIGNAL(sliderMoved(int)), in createDialogContent()
101 connect(ui->fontSize, SIGNAL(sliderMoved(int)), in createDialogContent()
114 connect(ui->restoreDefaultsButton, SIGNAL(clicked()), in createDialogContent()
[all …]

1...<<11121314151617181920>>...3922