Q3270
A Qt-based 3270 Terminal Emulator
Loading...
Searching...
No Matches
ManageSessionsDialog.h
1
/*
2
* Q3270 Terminal Emulator
3
*
4
* Copyright (c) 2020–2025 Andy Styles
5
* SPDX-License-Identifier: BSD-3-Clause
6
*
7
* This file is part of Q3270.
8
* See the LICENSE file in the project root for full license information.
9
*/
10
11
#ifndef MANAGESESSIONSDIALOG_H
12
#define MANAGESESSIONSDIALOG_H
13
14
#include "SessionDialogBase.h"
15
16
class
ManageSessionsDialog
:
public
SessionDialogBase
17
{
18
Q_OBJECT
19
public
:
20
explicit
ManageSessionsDialog
(
SessionStore
&store, QWidget *parent =
nullptr
);
21
22
private
slots:
23
24
void
onManageAutoStartClicked();
25
26
private
:
27
QPushButton *autoStartButton;
28
};
29
30
#endif
// MANAGESESSIONSDIALOG_H
ManageSessionsDialog
Definition
ManageSessionsDialog.h:17
SessionDialogBase
Definition
SessionDialogBase.h:27
SessionStore
Definition
SessionStore.h:19
src
Sessions
ManageSessionsDialog.h
Generated by
1.9.8