1/********************************************************************************
2** Form generated from reading UI file 'gitremotedialog.ui'
3**
4** Created by: Qt User Interface Compiler version 5.15.3
5**
6** WARNING! All changes made in this file will be lost when recompiling UI file!
7********************************************************************************/
8
9#ifndef UI_GITREMOTEDIALOG_H
10#define UI_GITREMOTEDIALOG_H
11
12#include <QtCore/QVariant>
13#include <QtGui/QIcon>
14#include <QtWidgets/QApplication>
15#include <QtWidgets/QDialog>
16#include <QtWidgets/QFrame>
17#include <QtWidgets/QGridLayout>
18#include <QtWidgets/QGroupBox>
19#include <QtWidgets/QHBoxLayout>
20#include <QtWidgets/QLabel>
21#include <QtWidgets/QLineEdit>
22#include <QtWidgets/QListWidget>
23#include <QtWidgets/QPushButton>
24#include <QtWidgets/QSpacerItem>
25#include <QtWidgets/QSplitter>
26#include <QtWidgets/QToolButton>
27#include <QtWidgets/QVBoxLayout>
28#include <QtWidgets/QWidget>
29
30QT_BEGIN_NAMESPACE
31
32class Ui_GitRemoteDialog
33{
34public:
35 QVBoxLayout *verticalLayout;
36 QFrame *frame;
37 QHBoxLayout *horizontalLayout_3;
38 QSplitter *splitter;
39 QWidget *widget_2;
40 QVBoxLayout *verticalLayout_2;
41 QFrame *frame_2;
42 QHBoxLayout *horizontalLayout;
43 QToolButton *btnAdd;
44 QToolButton *btnRemove;
45 QSpacerItem *horizontalSpacer_2;
46 QListWidget *lstRemotes;
47 QGroupBox *grpDetail;
48 QGridLayout *gridLayout;
49 QLineEdit *txtName;
50 QLabel *label;
51 QLabel *label_2;
52 QLineEdit *txtURL;
53 QSpacerItem *verticalSpacer;
54 QWidget *pnlProcess;
55 QHBoxLayout *horizontalLayout_4;
56 QSpacerItem *horizontalSpacer_3;
57 QPushButton *btnProcess;
58 QWidget *widget;
59 QHBoxLayout *horizontalLayout_2;
60 QSpacerItem *horizontalSpacer;
61 QPushButton *btnClose;
62
63 void setupUi(QDialog *GitRemoteDialog)
64 {
65 if (GitRemoteDialog->objectName().isEmpty())
66 GitRemoteDialog->setObjectName(QString::fromUtf8("GitRemoteDialog"));
67 GitRemoteDialog->resize(906, 502);
68 verticalLayout = new QVBoxLayout(GitRemoteDialog);
69 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
70 frame = new QFrame(GitRemoteDialog);
71 frame->setObjectName(QString::fromUtf8("frame"));
72 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
73 sizePolicy.setHorizontalStretch(0);
74 sizePolicy.setVerticalStretch(0);
75 sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
76 frame->setSizePolicy(sizePolicy);
77 frame->setFrameShape(QFrame::StyledPanel);
78 frame->setFrameShadow(QFrame::Raised);
79 horizontalLayout_3 = new QHBoxLayout(frame);
80 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
81 horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
82 splitter = new QSplitter(frame);
83 splitter->setObjectName(QString::fromUtf8("splitter"));
84 splitter->setOrientation(Qt::Horizontal);
85 widget_2 = new QWidget(splitter);
86 widget_2->setObjectName(QString::fromUtf8("widget_2"));
87 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
88 sizePolicy1.setHorizontalStretch(1);
89 sizePolicy1.setVerticalStretch(0);
90 sizePolicy1.setHeightForWidth(widget_2->sizePolicy().hasHeightForWidth());
91 widget_2->setSizePolicy(sizePolicy1);
92 verticalLayout_2 = new QVBoxLayout(widget_2);
93 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
94 verticalLayout_2->setContentsMargins(0, 0, 0, 0);
95 frame_2 = new QFrame(widget_2);
96 frame_2->setObjectName(QString::fromUtf8("frame_2"));
97 frame_2->setFrameShape(QFrame::StyledPanel);
98 frame_2->setFrameShadow(QFrame::Raised);
99 horizontalLayout = new QHBoxLayout(frame_2);
100 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
101 horizontalLayout->setContentsMargins(0, 0, 0, 0);
102 btnAdd = new QToolButton(frame_2);
103 btnAdd->setObjectName(QString::fromUtf8("btnAdd"));
104 QIcon icon;
105 icon.addFile(QString::fromUtf8(":/icons/images/newlook24/002-add.png"), QSize(), QIcon::Normal, QIcon::Off);
106 btnAdd->setIcon(icon);
107
108 horizontalLayout->addWidget(btnAdd);
109
110 btnRemove = new QToolButton(frame_2);
111 btnRemove->setObjectName(QString::fromUtf8("btnRemove"));
112 QIcon icon1;
113 icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/008-close.png"), QSize(), QIcon::Normal, QIcon::Off);
114 btnRemove->setIcon(icon1);
115
116 horizontalLayout->addWidget(btnRemove);
117
118 horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
119
120 horizontalLayout->addItem(horizontalSpacer_2);
121
122
123 verticalLayout_2->addWidget(frame_2);
124
125 lstRemotes = new QListWidget(widget_2);
126 lstRemotes->setObjectName(QString::fromUtf8("lstRemotes"));
127 lstRemotes->setEditTriggers(QAbstractItemView::NoEditTriggers);
128 lstRemotes->setSelectionBehavior(QAbstractItemView::SelectRows);
129
130 verticalLayout_2->addWidget(lstRemotes);
131
132 splitter->addWidget(widget_2);
133 grpDetail = new QGroupBox(splitter);
134 grpDetail->setObjectName(QString::fromUtf8("grpDetail"));
135 QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Preferred);
136 sizePolicy2.setHorizontalStretch(3);
137 sizePolicy2.setVerticalStretch(0);
138 sizePolicy2.setHeightForWidth(grpDetail->sizePolicy().hasHeightForWidth());
139 grpDetail->setSizePolicy(sizePolicy2);
140 gridLayout = new QGridLayout(grpDetail);
141 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
142 txtName = new QLineEdit(grpDetail);
143 txtName->setObjectName(QString::fromUtf8("txtName"));
144
145 gridLayout->addWidget(txtName, 0, 1, 1, 1);
146
147 label = new QLabel(grpDetail);
148 label->setObjectName(QString::fromUtf8("label"));
149
150 gridLayout->addWidget(label, 0, 0, 1, 1);
151
152 label_2 = new QLabel(grpDetail);
153 label_2->setObjectName(QString::fromUtf8("label_2"));
154
155 gridLayout->addWidget(label_2, 1, 0, 1, 1);
156
157 txtURL = new QLineEdit(grpDetail);
158 txtURL->setObjectName(QString::fromUtf8("txtURL"));
159
160 gridLayout->addWidget(txtURL, 1, 1, 1, 1);
161
162 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
163
164 gridLayout->addItem(verticalSpacer, 2, 0, 1, 1);
165
166 pnlProcess = new QWidget(grpDetail);
167 pnlProcess->setObjectName(QString::fromUtf8("pnlProcess"));
168 horizontalLayout_4 = new QHBoxLayout(pnlProcess);
169 horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
170 horizontalLayout_4->setContentsMargins(0, 0, 0, 0);
171 horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
172
173 horizontalLayout_4->addItem(horizontalSpacer_3);
174
175 btnProcess = new QPushButton(pnlProcess);
176 btnProcess->setObjectName(QString::fromUtf8("btnProcess"));
177
178 horizontalLayout_4->addWidget(btnProcess);
179
180
181 gridLayout->addWidget(pnlProcess, 3, 0, 1, 2);
182
183 splitter->addWidget(grpDetail);
184
185 horizontalLayout_3->addWidget(splitter);
186
187
188 verticalLayout->addWidget(frame);
189
190 widget = new QWidget(GitRemoteDialog);
191 widget->setObjectName(QString::fromUtf8("widget"));
192 horizontalLayout_2 = new QHBoxLayout(widget);
193 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
194 horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
195 horizontalSpacer = new QSpacerItem(781, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
196
197 horizontalLayout_2->addItem(horizontalSpacer);
198
199 btnClose = new QPushButton(widget);
200 btnClose->setObjectName(QString::fromUtf8("btnClose"));
201
202 horizontalLayout_2->addWidget(btnClose);
203
204
205 verticalLayout->addWidget(widget);
206
207
208 retranslateUi(GitRemoteDialog);
209
210 QMetaObject::connectSlotsByName(GitRemoteDialog);
211 } // setupUi
212
213 void retranslateUi(QDialog *GitRemoteDialog)
214 {
215 GitRemoteDialog->setWindowTitle(QCoreApplication::translate("GitRemoteDialog", "Git Remote", nullptr));
216#if QT_CONFIG(tooltip)
217 btnAdd->setToolTip(QCoreApplication::translate("GitRemoteDialog", "Add Remote", nullptr));
218#endif // QT_CONFIG(tooltip)
219 btnAdd->setText(QCoreApplication::translate("GitRemoteDialog", "Add", nullptr));
220#if QT_CONFIG(tooltip)
221 btnRemove->setToolTip(QCoreApplication::translate("GitRemoteDialog", "Remove Remote", nullptr));
222#endif // QT_CONFIG(tooltip)
223 btnRemove->setText(QCoreApplication::translate("GitRemoteDialog", "Remove", nullptr));
224 grpDetail->setTitle(QCoreApplication::translate("GitRemoteDialog", "Detail", nullptr));
225 label->setText(QCoreApplication::translate("GitRemoteDialog", "Name", nullptr));
226 label_2->setText(QCoreApplication::translate("GitRemoteDialog", "URL", nullptr));
227 btnProcess->setText(QCoreApplication::translate("GitRemoteDialog", "Add", nullptr));
228 btnClose->setText(QCoreApplication::translate("GitRemoteDialog", "Close", nullptr));
229 } // retranslateUi
230
231};
232
233namespace Ui {
234 class GitRemoteDialog: public Ui_GitRemoteDialog {};
235} // namespace Ui
236
237QT_END_NAMESPACE
238
239#endif // UI_GITREMOTEDIALOG_H
240