Compare commits
3 Commits
master
...
zhangchaoq
Author | SHA1 | Date |
---|---|---|
|
32a97e2d2f | 11 months ago |
|
87820c7e68 | 11 months ago |
|
0ea74f76ee | 11 months ago |
@ -0,0 +1,104 @@
|
|||||||
|
#ifndef DOGDATABASE_H
|
||||||
|
#define DOGDATABASE_H
|
||||||
|
|
||||||
|
#include <QtSql>
|
||||||
|
<<<<<<< HEAD:src/Client2/fly_land/DogDatabase.h
|
||||||
|
#include <QWidget>
|
||||||
|
#include <QSqlQuery>
|
||||||
|
#include <QSqlDatabase>
|
||||||
|
=======
|
||||||
|
#include <QSqlDatabase>
|
||||||
|
#include <QWidget>
|
||||||
|
#include <QSqlQuery>
|
||||||
|
>>>>>>> master:src/Client/DogDatabase.h
|
||||||
|
#include <QString>
|
||||||
|
#include <QSqlRecord>
|
||||||
|
#include <QDebug>
|
||||||
|
#include "UAVDatabase.h"
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
struct Dog
|
||||||
|
{
|
||||||
|
QString id;
|
||||||
|
int state;
|
||||||
|
QString ip;
|
||||||
|
int port;
|
||||||
|
double lon;
|
||||||
|
double lat;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
class DogDatabase
|
||||||
|
{
|
||||||
|
// Q_OBJECT宏用于提供Qt信号槽和元对象系统服务
|
||||||
|
// 它必须限定为私有访问权限
|
||||||
|
//Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
static DogDatabase *getInstance();
|
||||||
|
DogDatabase();
|
||||||
|
~DogDatabase();
|
||||||
|
|
||||||
|
Dog data;
|
||||||
|
|
||||||
|
//返回状态信息
|
||||||
|
int giveInfo(QString id);
|
||||||
|
//添加数据记录
|
||||||
|
bool add(const Dog &data);
|
||||||
|
//查询位置信息数据
|
||||||
|
Point ReturnUAVPosition( QString id);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
//打开
|
||||||
|
bool open(const QString &dbName,const QString &userName = QString(),const QString &passwd = QString());
|
||||||
|
//关闭
|
||||||
|
void close();
|
||||||
|
//开始添加字段
|
||||||
|
void beginAddFiled(const QString &tableName);
|
||||||
|
|
||||||
|
//添加字段
|
||||||
|
void addFiled(const QString &filedName);
|
||||||
|
|
||||||
|
//结束添加字段
|
||||||
|
void endAddFiled();
|
||||||
|
|
||||||
|
//开始添加行
|
||||||
|
void beginAddRow();
|
||||||
|
|
||||||
|
//添加字段值
|
||||||
|
void addValue(const QVariant &value);
|
||||||
|
|
||||||
|
//结束添加行
|
||||||
|
void endAddRow();
|
||||||
|
|
||||||
|
//执行
|
||||||
|
bool exec(const QString &sql);
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
//数据库
|
||||||
|
QSqlDatabase m_sqlDb;
|
||||||
|
|
||||||
|
//表名
|
||||||
|
QString m_tableName;
|
||||||
|
|
||||||
|
//字段名
|
||||||
|
QStringList m_fieldName;
|
||||||
|
|
||||||
|
//头sql
|
||||||
|
QString m_headerSql;
|
||||||
|
|
||||||
|
//值sql
|
||||||
|
QString m_valueSql;
|
||||||
|
|
||||||
|
//已添加row数
|
||||||
|
int m_fieldAdd = 0;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif // DOGDATABASE_H
|
@ -0,0 +1,236 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ui version="4.0">
|
||||||
|
<class>InjuryAnalysisUI</class>
|
||||||
|
<widget class="QWidget" name="InjuryAnalysisUI">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>679</width>
|
||||||
|
<height>410</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="windowTitle">
|
||||||
|
<string>Form</string>
|
||||||
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">background-color: rgb(245, 245, 245);
|
||||||
|
font: 11pt "Microsoft YaHei UI";</string>
|
||||||
|
</property>
|
||||||
|
<widget class="QWidget" name="">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>215</width>
|
||||||
|
<height>82</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_7">
|
||||||
|
<property name="sizePolicy">
|
||||||
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>100</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>80</width>
|
||||||
|
<height>80</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>100</width>
|
||||||
|
<height>100</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">border-image: url(:/image/res/image/logo_backgroundless.png);</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label">
|
||||||
|
<property name="text">
|
||||||
|
<string>伤情结果统计:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
<widget class="QWidget" name="AnalysisDialog" native="true">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>10</x>
|
||||||
|
<y>80</y>
|
||||||
|
<width>631</width>
|
||||||
|
<height>291</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">QPushButton {
|
||||||
|
background-color: rgba(15, 28, 34, 0);
|
||||||
|
color: rgb(0, 0, 0);
|
||||||
|
|
||||||
|
border: none;
|
||||||
|
|
||||||
|
padding: 10px 20px; /* 设置内边距 */
|
||||||
|
|
||||||
|
border-radius: 5px; /* 设置按钮圆角 */
|
||||||
|
|
||||||
|
font-size: 14px; /* 设置文字大小 */
|
||||||
|
|
||||||
|
text-align: right; /* 设置字体向右对齐 */
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:hover {
|
||||||
|
|
||||||
|
background-color: #0364FF; /* 设置鼠标悬停时按钮背景色 */
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
QPushButton:pressed {
|
||||||
|
|
||||||
|
background-color: #398439; /* 设置按钮被按下时背景色 */
|
||||||
|
|
||||||
|
}</string>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||||
|
<item>
|
||||||
|
<widget class="QScrollArea" name="scrollArea">
|
||||||
|
<property name="widgetResizable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>365</width>
|
||||||
|
<height>229</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_2">
|
||||||
|
<property name="text">
|
||||||
|
<string>伤员总数:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="sumLabel">
|
||||||
|
<property name="text">
|
||||||
|
<string>TextLabel</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_3">
|
||||||
|
<property name="text">
|
||||||
|
<string>伤情轻微的伤员数:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="rank0Label">
|
||||||
|
<property name="text">
|
||||||
|
<string>TextLabel</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_4">
|
||||||
|
<property name="text">
|
||||||
|
<string>伤情一般的伤员数:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="rank1Label">
|
||||||
|
<property name="text">
|
||||||
|
<string>TextLabel</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_5">
|
||||||
|
<property name="text">
|
||||||
|
<string>伤情严重的伤员数:</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="rank2Label">
|
||||||
|
<property name="text">
|
||||||
|
<string>TextLabel</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<layout class="QHBoxLayout" name="horizontalLayout_6">
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="label_6">
|
||||||
|
<property name="text">
|
||||||
|
<string>输入伤员编号查询伤员信息</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLineEdit" name="searchInput">
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="searchButton">
|
||||||
|
<property name="styleSheet">
|
||||||
|
<string notr="true">font: 14pt "Consolas";</string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>查询</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</widget>
|
||||||
|
<resources/>
|
||||||
|
<connections/>
|
||||||
|
</ui>
|
@ -0,0 +1,98 @@
|
|||||||
|
#ifndef INJURYDATABASE_H
|
||||||
|
#define INJURYDATABASE_H
|
||||||
|
|
||||||
|
#include <QtSql>
|
||||||
|
#include <QSqlDatabase>
|
||||||
|
#include <QWidget>
|
||||||
|
#include <QSqlQuery>
|
||||||
|
#include <QString>
|
||||||
|
#include <QSqlRecord>
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
struct Injury
|
||||||
|
{
|
||||||
|
QString id;
|
||||||
|
int rank;
|
||||||
|
double lon;
|
||||||
|
double lat;
|
||||||
|
int flag;
|
||||||
|
};
|
||||||
|
|
||||||
|
class InjuryDatabase
|
||||||
|
{
|
||||||
|
// Q_OBJECT宏用于提供Qt信号槽和元对象系统服务
|
||||||
|
// 它必须限定为私有访问权限
|
||||||
|
//Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
static InjuryDatabase *getInstance();
|
||||||
|
InjuryDatabase();
|
||||||
|
~InjuryDatabase();
|
||||||
|
|
||||||
|
//打开
|
||||||
|
bool open(const QString &dbName,const QString &userName = QString(),const QString &passwd = QString());
|
||||||
|
//添加数据记录
|
||||||
|
bool add(const Injury &data);
|
||||||
|
//查询所有数据
|
||||||
|
bool select_all(QList<Injury> &result);
|
||||||
|
|
||||||
|
Injury data;
|
||||||
|
//返回有效信息
|
||||||
|
void ReturnInfo(QList<Injury> data);
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
//查询有效数据
|
||||||
|
bool select_valid(const QString &tableName,QList<Injury> &result);
|
||||||
|
//关闭
|
||||||
|
void close();
|
||||||
|
//开始添加字段
|
||||||
|
void beginAddFiled(const QString &tableName);
|
||||||
|
|
||||||
|
//添加字段
|
||||||
|
void addFiled(const QString &filedName);
|
||||||
|
|
||||||
|
//结束添加字段
|
||||||
|
void endAddFiled();
|
||||||
|
|
||||||
|
//开始添加行
|
||||||
|
void beginAddRow();
|
||||||
|
|
||||||
|
//添加字段值
|
||||||
|
void addValue(const QVariant &value);
|
||||||
|
|
||||||
|
//结束添加行
|
||||||
|
void endAddRow();
|
||||||
|
|
||||||
|
//执行
|
||||||
|
bool exec(const QString &sql);
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
//数据库
|
||||||
|
QSqlDatabase m_sqlDb;
|
||||||
|
|
||||||
|
//表名
|
||||||
|
QString m_tableName;
|
||||||
|
|
||||||
|
//字段名
|
||||||
|
QStringList m_fieldName;
|
||||||
|
|
||||||
|
//头sql
|
||||||
|
QString m_headerSql;
|
||||||
|
|
||||||
|
//值sql
|
||||||
|
QString m_valueSql;
|
||||||
|
|
||||||
|
//已添加row数
|
||||||
|
int m_fieldAdd = 0;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#endif // INJURYDATABASE_H
|
@ -0,0 +1,110 @@
|
|||||||
|
#ifndef UAVDATABASE_H
|
||||||
|
#define UAVDATABASE_H
|
||||||
|
|
||||||
|
<<<<<<< HEAD:src/Client2/fly_land/UAVDatabase.h
|
||||||
|
#include <QtSql>
|
||||||
|
#include <QWidget>
|
||||||
|
#include <QSqlQuery>
|
||||||
|
=======
|
||||||
|
#include <QWidget>
|
||||||
|
#include <QSqlQuery>
|
||||||
|
#include <QtSql>
|
||||||
|
>>>>>>> master:src/Client/UAVDatabase.h
|
||||||
|
#include <QSqlDatabase>
|
||||||
|
#include <QString>
|
||||||
|
#include <QSqlRecord>
|
||||||
|
#include <QDebug>
|
||||||
|
|
||||||
|
|
||||||
|
using namespace std;
|
||||||
|
|
||||||
|
|
||||||
|
struct UAV
|
||||||
|
{
|
||||||
|
QString id;
|
||||||
|
int state;
|
||||||
|
QString ip;
|
||||||
|
int port;
|
||||||
|
double lon;
|
||||||
|
double lat;
|
||||||
|
};
|
||||||
|
|
||||||
|
//存储经纬度信息
|
||||||
|
struct Point
|
||||||
|
{
|
||||||
|
double lon;
|
||||||
|
double lat;
|
||||||
|
};
|
||||||
|
|
||||||
|
class UAVDatabase
|
||||||
|
{
|
||||||
|
// Q_OBJECT宏用于提供Qt信号槽和元对象系统服务
|
||||||
|
// 它必须限定为私有访问权限
|
||||||
|
//Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
static UAVDatabase *getInstance();
|
||||||
|
UAVDatabase();
|
||||||
|
~UAVDatabase();
|
||||||
|
|
||||||
|
UAV data;
|
||||||
|
|
||||||
|
//返回状态信息
|
||||||
|
int giveInfo(QString id);
|
||||||
|
//添加数据记录
|
||||||
|
bool add(const UAV &data);
|
||||||
|
//查询位置信息数据
|
||||||
|
Point ReturnUAVPosition( QString id);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
//打开
|
||||||
|
bool open(const QString &dbName,const QString &userName = QString(),const QString &passwd = QString());
|
||||||
|
//关闭
|
||||||
|
void close();
|
||||||
|
//开始添加字段
|
||||||
|
void beginAddFiled(const QString &tableName);
|
||||||
|
|
||||||
|
//添加字段
|
||||||
|
void addFiled(const QString &filedName);
|
||||||
|
|
||||||
|
//结束添加字段
|
||||||
|
void endAddFiled();
|
||||||
|
|
||||||
|
//开始添加行
|
||||||
|
void beginAddRow();
|
||||||
|
|
||||||
|
//添加字段值
|
||||||
|
void addValue(const QVariant &value);
|
||||||
|
|
||||||
|
//结束添加行
|
||||||
|
void endAddRow();
|
||||||
|
|
||||||
|
//执行
|
||||||
|
bool exec(const QString &sql);
|
||||||
|
|
||||||
|
|
||||||
|
private:
|
||||||
|
//数据库
|
||||||
|
QSqlDatabase m_sqlDb;
|
||||||
|
|
||||||
|
//表名
|
||||||
|
QString m_tableName;
|
||||||
|
|
||||||
|
//字段名
|
||||||
|
QStringList m_fieldName;
|
||||||
|
|
||||||
|
//头sql
|
||||||
|
QString m_headerSql;
|
||||||
|
|
||||||
|
//值sql
|
||||||
|
QString m_valueSql;
|
||||||
|
|
||||||
|
//已添加row数
|
||||||
|
int m_fieldAdd = 0;
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
#endif // UAVDATABASE_H
|
Before Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 166 B |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 5.6 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 7.6 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 3.9 KiB |