add sequence
BIN
bin/Debug/sequence/Debug.zip
Normal file
2609
bin/Debug/sequence/Debug/config/TouchScreen - 副本.json
Normal file
5552
bin/Debug/sequence/Debug/config/TouchScreen.json
Normal file
5381
bin/Debug/sequence/Debug/config/TouchScreen_old.json
Normal file
5505
bin/Debug/sequence/Debug/config/TouchScreen_or.json
Normal file
272
bin/Debug/sequence/Debug/config/sytle.qss
Normal file
@ -0,0 +1,272 @@
|
||||
QMainWindow {
|
||||
background-color:#151a1e;
|
||||
}
|
||||
|
||||
QWidget {
|
||||
background:transparent;
|
||||
}
|
||||
/*
|
||||
PageBaseWidget {
|
||||
background-image: url(:/res/bg.jpg);
|
||||
}
|
||||
*/
|
||||
|
||||
QWidget#HomeScreen {
|
||||
background-image: url(:/res/bg-screen.jpg);
|
||||
}
|
||||
/*
|
||||
QWidget#DetailedTown {
|
||||
background-image: url(:/res/bg_2.jpg);
|
||||
}
|
||||
|
||||
QWidget#title {
|
||||
border-image: url(:/res/title.png);
|
||||
}*/
|
||||
|
||||
QWidget#textWidget {
|
||||
background-image: url(:/res/bg_text.png);
|
||||
}
|
||||
|
||||
QWidget#bottom {
|
||||
background:transparent;
|
||||
background-color:#00000000;
|
||||
}
|
||||
|
||||
QWidget#center {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
QWidget#contentImageWidget {
|
||||
background:transparent;
|
||||
background-image: url(:/res/bg_show_image.png);
|
||||
}
|
||||
|
||||
QWidget#HomeWidget > QWidget#centerWidget {
|
||||
background-image: url(:/res/menu-xg-new.png);
|
||||
}
|
||||
|
||||
QWidget#showImageFrameWidget {
|
||||
background:transparent;
|
||||
border-image: url(:/res/frame_show_image.png);
|
||||
}
|
||||
|
||||
TitleBar {
|
||||
qproperty-opacity: 0.2;
|
||||
}
|
||||
|
||||
TownImageWidget {
|
||||
background-image: url(:/res/bg-matian.png);
|
||||
}
|
||||
|
||||
QWidget#YangjiaoWidget > QWidget#widget {
|
||||
background-image: url(:/res/bg-yangjiao.png);
|
||||
}
|
||||
|
||||
QWidget#HanwangWidget > QWidget#widget {
|
||||
background-image: url(:/res/bg-hanwang.png);
|
||||
}
|
||||
|
||||
QWidget#QinquanWidget > QWidget#widget {
|
||||
background-image: url(:/res/bg-qinquan.png);
|
||||
}
|
||||
|
||||
QWidget#GuaierWidget > QWidget#widget {
|
||||
background-image: url(:/res/bg-guaier.png);
|
||||
}
|
||||
|
||||
QWidget#ShixiaWidget > QWidget#widget {
|
||||
background-image: url(:/res/bg-shixia.png);
|
||||
}
|
||||
|
||||
QWidget#LiaoyangWidget > QWidget#widget {
|
||||
background-image: url(:/res/bg-liaoyang.png);
|
||||
}
|
||||
|
||||
QWidget#TongyuWidget > QWidget#widget {
|
||||
background-image: url(:/res/bg-tongyu.png);
|
||||
}
|
||||
|
||||
QPushButton {
|
||||
background:transparent;
|
||||
background: none;
|
||||
border: none;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
}
|
||||
|
||||
QPushButton:hover {
|
||||
background-color: rgba(255, 255, 255, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_enter_system {
|
||||
background: none;
|
||||
border: none;
|
||||
border-image: url(:/res/btn_enter.png);
|
||||
}
|
||||
|
||||
QPushButton#btn_exit_system {
|
||||
background: none;
|
||||
border: none;
|
||||
border-image: url(:/res/exit_system.png);
|
||||
}
|
||||
|
||||
QPushButton#btn_last {
|
||||
background: none;
|
||||
border: none;
|
||||
border-image: url(:/res/btn_last.png);
|
||||
}
|
||||
|
||||
QPushButton#btn_return {
|
||||
background: none;
|
||||
border: none;
|
||||
background-image: url(:/res/btn_return.png) ;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
QPushButton#btn_next {
|
||||
background: none;
|
||||
border: none;
|
||||
border-image: url(:/res/btn_next.png);
|
||||
}
|
||||
/*
|
||||
QPushButton#btn_guaier:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_hanwang:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_liaoyang:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_matian:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_qinquan:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_shixia:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_tongyu:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
|
||||
QPushButton#btn_yangjiao:hover {
|
||||
background-color: rgba(255, 255, 0, 70);
|
||||
}
|
||||
*/
|
||||
QScrollArea {
|
||||
background:transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
QScrollBar:vertical {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
/*background-color:rgba(59,103,168,0);*/
|
||||
width: 15px;
|
||||
margin: 0;
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
QScrollBar::handle:vertical {
|
||||
border: none;
|
||||
/*background-color: transparent;*/
|
||||
background-color:rgba(255,255,255,80);
|
||||
border-radius:5px;
|
||||
}
|
||||
|
||||
|
||||
QScrollBar::handle:vertical:hover {
|
||||
background-color:rgba(255,255,255,160);
|
||||
}
|
||||
|
||||
QScrollBar::sub-line:vertical, QScrollBar::add-line:vertical {
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
QScrollBar::add-page:vertical,QScrollBar::sub-page:vertical
|
||||
{
|
||||
background:transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
QWidget#scrollAreaWidgetContents {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
QLabel {
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
QLabel#lb_title {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QLabel#lb_content {
|
||||
font-size: 18px;
|
||||
letter-spacing: 4px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
QTextBrowser {
|
||||
background:transparent;
|
||||
font-size: 18px;
|
||||
letter-spacing: 4px;
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
QMessageBox {
|
||||
background-color: #F2F2F2;
|
||||
}
|
||||
|
||||
QMessageBox QLabel#qt_msgbox_label {
|
||||
color: #298DFF;
|
||||
background-color: transparent;
|
||||
min-width: 240px;
|
||||
min-height: 40px;
|
||||
}
|
||||
|
||||
QMessageBox QLabel#qt_msgboxex_icon_label {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
QMessageBox QPushButton {
|
||||
border: 1px solid #298DFF;
|
||||
border-radius: 3px;
|
||||
background-color: #F2F2F2;
|
||||
color: #298DFF;
|
||||
font-family: "Microsoft YaHei";
|
||||
font-size: 10pt;
|
||||
min-width: 70px;
|
||||
min-height: 25px;
|
||||
}
|
||||
|
||||
QMessageBox QPushButton:hover {
|
||||
background-color: #298DFF;
|
||||
color: #F2F2F2;
|
||||
}
|
||||
|
||||
QMessageBox QPushButton:pressed {
|
||||
background-color: #257FE6;
|
||||
}
|
||||
|
||||
QMessageBox QDialogButtonBox#qt_msgbox_buttonbox {
|
||||
button-layout: 0;
|
||||
}
|
||||
|
BIN
bin/Debug/sequence/Debug/plugins/access/libbluray-j2se-1.1.2.jar
Normal file
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00000.png
Normal file
After Width: | Height: | Size: 295 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00001.png
Normal file
After Width: | Height: | Size: 296 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00002.png
Normal file
After Width: | Height: | Size: 299 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00003.png
Normal file
After Width: | Height: | Size: 301 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00004.png
Normal file
After Width: | Height: | Size: 303 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00005.png
Normal file
After Width: | Height: | Size: 305 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00006.png
Normal file
After Width: | Height: | Size: 308 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00007.png
Normal file
After Width: | Height: | Size: 311 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00008.png
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00009.png
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00010.png
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00011.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00012.png
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00013.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00014.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00015.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00016.png
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00017.png
Normal file
After Width: | Height: | Size: 311 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00018.png
Normal file
After Width: | Height: | Size: 310 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00019.png
Normal file
After Width: | Height: | Size: 315 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00020.png
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00021.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00022.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00023.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00024.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00025.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00026.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00027.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00028.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00029.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00030.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00031.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00032.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00033.png
Normal file
After Width: | Height: | Size: 324 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00034.png
Normal file
After Width: | Height: | Size: 326 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00035.png
Normal file
After Width: | Height: | Size: 330 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00036.png
Normal file
After Width: | Height: | Size: 328 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00037.png
Normal file
After Width: | Height: | Size: 328 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00038.png
Normal file
After Width: | Height: | Size: 326 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00039.png
Normal file
After Width: | Height: | Size: 327 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00040.png
Normal file
After Width: | Height: | Size: 327 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00041.png
Normal file
After Width: | Height: | Size: 328 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00042.png
Normal file
After Width: | Height: | Size: 328 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00043.png
Normal file
After Width: | Height: | Size: 324 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00044.png
Normal file
After Width: | Height: | Size: 323 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00045.png
Normal file
After Width: | Height: | Size: 324 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00046.png
Normal file
After Width: | Height: | Size: 322 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00047.png
Normal file
After Width: | Height: | Size: 323 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00048.png
Normal file
After Width: | Height: | Size: 322 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00049.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00050.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00051.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00052.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00053.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00054.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00055.png
Normal file
After Width: | Height: | Size: 319 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00056.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00057.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00058.png
Normal file
After Width: | Height: | Size: 322 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00059.png
Normal file
After Width: | Height: | Size: 323 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00060.png
Normal file
After Width: | Height: | Size: 321 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00061.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00062.png
Normal file
After Width: | Height: | Size: 322 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00063.png
Normal file
After Width: | Height: | Size: 320 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00064.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00065.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00066.png
Normal file
After Width: | Height: | Size: 318 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00067.png
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00068.png
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00069.png
Normal file
After Width: | Height: | Size: 310 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00070.png
Normal file
After Width: | Height: | Size: 307 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00071.png
Normal file
After Width: | Height: | Size: 308 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00072.png
Normal file
After Width: | Height: | Size: 307 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00073.png
Normal file
After Width: | Height: | Size: 311 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00074.png
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00075.png
Normal file
After Width: | Height: | Size: 313 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00076.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00077.png
Normal file
After Width: | Height: | Size: 313 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00078.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00079.png
Normal file
After Width: | Height: | Size: 315 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00080.png
Normal file
After Width: | Height: | Size: 315 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00081.png
Normal file
After Width: | Height: | Size: 315 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00082.png
Normal file
After Width: | Height: | Size: 316 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00083.png
Normal file
After Width: | Height: | Size: 315 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00084.png
Normal file
After Width: | Height: | Size: 317 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00085.png
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00086.png
Normal file
After Width: | Height: | Size: 310 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00087.png
Normal file
After Width: | Height: | Size: 309 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00088.png
Normal file
After Width: | Height: | Size: 312 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00089.png
Normal file
After Width: | Height: | Size: 315 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00090.png
Normal file
After Width: | Height: | Size: 314 KiB |
BIN
bin/Debug/sequence/Debug/sequence/landmark/dtdb_00091.png
Normal file
After Width: | Height: | Size: 314 KiB |